diff options
| author | Mel <einebeere@gmail.com> | 2024-01-30 15:23:41 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-01-30 15:23:41 +0100 |
| commit | 9bdc36787a5ace22e16d5b24c77218fa349c691e (patch) | |
| tree | 0212d3225eaf84f7f04cf5ea374514e46c80b8ec /src/World | |
| parent | 377f2b1f2500b0feae1bfb5cc50b7038b1041c22 (diff) | |
| download | meowcraft-9bdc36787a5ace22e16d5b24c77218fa349c691e.tar.zst meowcraft-9bdc36787a5ace22e16d5b24c77218fa349c691e.zip | |
More necessary headers for Linux build
Diffstat (limited to 'src/World')
| -rw-r--r-- | src/World/Position.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/World/Position.hpp b/src/World/Position.hpp index c18d8ed..f2915aa 100644 --- a/src/World/Position.hpp +++ b/src/World/Position.hpp @@ -1,6 +1,7 @@ #pragma once -#include "array" +#include <array> +#include <algorithm> #include "ChunkDimensions.hpp" #include "../Math/Common.hpp" #include "../Math/Vector.hpp" |
