summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-02-19 13:12:57 +0100
committerMel <einebeere@gmail.com>2024-02-19 13:12:57 +0100
commit3ae3891ca2698d5fd2160fbed5b780a91651a218 (patch)
treeebfd259ed517a1ddc9a26c469b7c34fc165d5ced /src/main.cpp
parent3e6eb265a018fd0422b59ca9ea1b8918abee5c16 (diff)
downloadmeowcraft-3ae3891ca2698d5fd2160fbed5b780a91651a218.tar.zst
meowcraft-3ae3891ca2698d5fd2160fbed5b780a91651a218.zip
Fix for GCC and Linux
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 94061f1..737c045 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2,6 +2,7 @@
 #include <GL/glew.h>
 #include <GLFW/glfw3.h>
 
+#include "Defines.hpp"
 #include "Game.hpp"
 #include "Render.hpp"
 #include "ThreadRole.hpp"