From bde45b5ae71b5fdf52c33c80a9a197516e82dce2 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 11 May 2017 15:53:09 +0200 Subject: Allow building the game engine with core profile Note: This is not about functionality, but about using the same stub file we are using in Blender for the game engine. --- source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp') diff --git a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp index 6c3751ae34d..6e698166fd9 100644 --- a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp +++ b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp @@ -40,7 +40,7 @@ # pragma warning (disable:4786) #endif -#include "glew-mx.h" +#include "GPU_glew.h" #include "KX_BlenderCanvas.h" #include "KX_BlenderKeyboardDevice.h" -- cgit v1.2.3