From 898f423f95702338c206ae4bb9be93e1059acf43 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Mon, 1 Jul 2013 09:45:12 -0700 Subject: [PATCH] fix linux build --- Demos3/GpuDemos/shadows/ShadowMapDemo.cpp | 2 +- btgui/OpenGLTrueTypeFont/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos3/GpuDemos/shadows/ShadowMapDemo.cpp b/Demos3/GpuDemos/shadows/ShadowMapDemo.cpp index 48b12bd0e..ffac7a12a 100644 --- a/Demos3/GpuDemos/shadows/ShadowMapDemo.cpp +++ b/Demos3/GpuDemos/shadows/ShadowMapDemo.cpp @@ -1,7 +1,7 @@ #include "ShadowMapDemo.h" #include "ShadowMapDemoInternalData.h" #include "OpenGLWindow/GLInstancingRenderer.h" -#include "OpenglWindow/GLPrimitiveRenderer.h" +#include "OpenGLWindow/GLPrimitiveRenderer.h" #include "OpenGLWindow/ShapeData.h" #include "Bullet3Common/b3Quaternion.h" diff --git a/btgui/OpenGLTrueTypeFont/main.cpp b/btgui/OpenGLTrueTypeFont/main.cpp index 1dca192ae..c33303903 100644 --- a/btgui/OpenGLTrueTypeFont/main.cpp +++ b/btgui/OpenGLTrueTypeFont/main.cpp @@ -30,7 +30,7 @@ subject to the following restrictions: #include "fontstash.h" #include "opengl_fontstashcallbacks.h" - +#include //#include "Bullet3Common/b3Quickprof.h" #include "Bullet3Common/b3Quaternion.h"