From 6f2c239094454be329d2d85b6ac38b94c80b0460 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 19 Aug 2024 15:48:55 -0400 Subject: [PATCH] Testing include of FreeImage --- source/scene.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {