From 4b4a2a4096cc342723b46f37b3ae5eae96fea7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 25 Feb 2018 11:25:16 +0100 Subject: [PATCH] Buildfixes --- SDL/SDLGLGraphicsContext.cpp | 1 + SDL/SDLVulkanGraphicsContext.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/SDL/SDLGLGraphicsContext.cpp b/SDL/SDLGLGraphicsContext.cpp index f8f69fd02c..3693c77c5a 100644 --- a/SDL/SDLGLGraphicsContext.cpp +++ b/SDL/SDLGLGraphicsContext.cpp @@ -4,6 +4,7 @@ #include "base/NativeApp.h" #include "base/display.h" #include "gfx_es2/gpu_features.h" +#include "thin3d/thin3d_create.h" class GLRenderManager; diff --git a/SDL/SDLVulkanGraphicsContext.cpp b/SDL/SDLVulkanGraphicsContext.cpp index 2c868b2a37..898d2c3a2a 100644 --- a/SDL/SDLVulkanGraphicsContext.cpp +++ b/SDL/SDLVulkanGraphicsContext.cpp @@ -2,6 +2,7 @@ #include "base/NativeApp.h" #include "base/display.h" #include "thin3d/thin3d.h" +#include "thin3d/thin3d_create.h" #include "util/text/parsers.h" #include "Core/System.h"