diff --git a/source/scene.cpp b/source/scene.cpp index 38e4879..031e731 100644 --- a/source/scene.cpp +++ b/source/scene.cpp @@ -1,3 +1,5 @@ +#include "platform_utils.h" + #include #include @@ -23,7 +25,8 @@ #include "Uniforms.h" #include "InitShader.h" //Functions for loading shaders from text files #include "DebugCallback.h" -#include "platform_utils.h" + +#include namespace {