diff options
| author | Mel <einebeere@gmail.com> | 2024-02-19 13:12:57 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-02-19 13:12:57 +0100 |
| commit | 3ae3891ca2698d5fd2160fbed5b780a91651a218 (patch) | |
| tree | ebfd259ed517a1ddc9a26c469b7c34fc165d5ced /src/Render.hpp | |
| parent | 3e6eb265a018fd0422b59ca9ea1b8918abee5c16 (diff) | |
| download | meowcraft-3ae3891ca2698d5fd2160fbed5b780a91651a218.tar.zst meowcraft-3ae3891ca2698d5fd2160fbed5b780a91651a218.zip | |
Fix for GCC and Linux
Diffstat (limited to 'src/Render.hpp')
| -rw-r--r-- | src/Render.hpp | 2 |
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" |
