diff options
| author | Mel <einebeere@gmail.com> | 2023-07-10 21:26:57 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-07-10 21:26:57 +0200 |
| commit | 2c3ac8db3f539459166c801e61c5efdacf9150c3 (patch) | |
| tree | 7b4cbc9652fcb7487f6364e2a93077784cecf861 /src/World | |
| parent | d83f8fdb062ed3c2bdb41117e7304c22cc481003 (diff) | |
| download | meowcraft-2c3ac8db3f539459166c801e61c5efdacf9150c3.tar.zst meowcraft-2c3ac8db3f539459166c801e61c5efdacf9150c3.zip | |
Add necessary Linux headers
Diffstat (limited to 'src/World')
| -rw-r--r-- | src/World/World.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World/World.hpp b/src/World/World.hpp index 71156f4..ef8b7af 100644 --- a/src/World/World.hpp +++ b/src/World/World.hpp @@ -2,6 +2,7 @@ #include <unordered_map> #include <unordered_set> +#include <optional> #include "Generation/Generator.hpp" #include "ChunkIndex.hpp" #include "../GFX/Binder.hpp" |
