src/gamelogic.h: make it import-order invariant

the fix is adding an implicit dependency.
Some automatic code formatters would break the build on GCC.
This commit is contained in:
2023-02-17 15:05:22 +01:00
parent 84fa3c3bba
commit b15a52204f
+2
View File
@@ -1,5 +1,7 @@
#pragma once
#include <GLFW/glfw3.h>
#include <utilities/window.hpp>
#include "sceneGraph.hpp"