From 538070ac4ba00f75cddd18bb5a964cb24ad9a545 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Wed, 20 Jan 2016 21:38:28 +0100 Subject: [PATCH] Fix compilation errors on Linux --- testbed/opengl-framework/src/Shader.h | 1 + testbed/src/TestbedApplication.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/testbed/opengl-framework/src/Shader.h b/testbed/opengl-framework/src/Shader.h index 8019b645..f11ac848 100644 --- a/testbed/opengl-framework/src/Shader.h +++ b/testbed/opengl-framework/src/Shader.h @@ -34,6 +34,7 @@ #include "maths/Vector4.h" #include #include +#include #include #include diff --git a/testbed/src/TestbedApplication.h b/testbed/src/TestbedApplication.h index 6abd7b8a..7ad28d73 100644 --- a/testbed/src/TestbedApplication.h +++ b/testbed/src/TestbedApplication.h @@ -28,7 +28,7 @@ // Libraries #include "openglframework.h" -#include "GUI.h" +#include "Gui.h" #include "Scene.h" #include "Timer.h" #include