summary refs log tree commit diff
path: root/src/Render.hpp
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/Render.hpp
parent3e6eb265a018fd0422b59ca9ea1b8918abee5c16 (diff)
downloadmeowcraft-3ae3891ca2698d5fd2160fbed5b780a91651a218.tar.zst
meowcraft-3ae3891ca2698d5fd2160fbed5b780a91651a218.zip
Fix for GCC and Linux
Diffstat (limited to 'src/Render.hpp')
-rw-r--r--src/Render.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Render.hpp b/src/Render.hpp
index 6b7cb65..09c6fee 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -1,7 +1,7 @@
 #pragma once
 
 #include <condition_variable>
-#include "Defines.hpp"
+#include <mutex>
 #include "Common/Sizes.hpp"
 #include "GFX/Actions.hpp"
 #include "GFX/Camera.hpp"