diff options
Diffstat (limited to 'src/world.hpp')
-rw-r--r-- | src/world.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world.hpp b/src/world.hpp index 248f9dc4..69710bb6 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -1,8 +1,9 @@ #pragma once #include "compat/int-hash.hpp" -#include "compat/integer-types.hpp" +#include "compat/defs.hpp" #include "chunk.hpp" #include "global-coords.hpp" +#include <cstddef> #include <unordered_map> #include <memory> |