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/Input.hpp | |
| parent | 3e6eb265a018fd0422b59ca9ea1b8918abee5c16 (diff) | |
| download | meowcraft-3ae3891ca2698d5fd2160fbed5b780a91651a218.tar.zst meowcraft-3ae3891ca2698d5fd2160fbed5b780a91651a218.zip | |
Fix for GCC and Linux
Diffstat (limited to 'src/Input.hpp')
| -rw-r--r-- | src/Input.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Input.hpp b/src/Input.hpp index 683ee55..b6f24b6 100644 --- a/src/Input.hpp +++ b/src/Input.hpp @@ -1,5 +1,6 @@ #pragma once +#include <memory> #include "Time.hpp" #include "Common/Casts.hpp" #include "Common/Sizes.hpp" |
