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