From beab768ffd9d99a8b320ee57c33094a6f575911b Mon Sep 17 00:00:00 2001 From: saschawillems Date: Thu, 9 Feb 2017 22:04:15 +0100 Subject: [PATCH] Includes for texturing examples --- texture/texture.cpp | 1 + texturemipmapgen/texturemipmapgen.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/texture/texture.cpp b/texture/texture.cpp index 6bcecf00..e2e627fa 100644 --- a/texture/texture.cpp +++ b/texture/texture.cpp @@ -16,6 +16,7 @@ #define GLM_FORCE_DEPTH_ZERO_TO_ONE #include #include +#include #include #include "vulkanexamplebase.h" diff --git a/texturemipmapgen/texturemipmapgen.cpp b/texturemipmapgen/texturemipmapgen.cpp index 10330d8a..e0643987 100644 --- a/texturemipmapgen/texturemipmapgen.cpp +++ b/texturemipmapgen/texturemipmapgen.cpp @@ -19,6 +19,7 @@ #define GLM_FORCE_DEPTH_ZERO_TO_ONE #include #include +#include #include #include "vulkanexamplebase.h"