diff options
Diffstat (limited to 'src/World')
-rw-r--r-- | src/World/Block.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Block.hpp b/src/World/Block.hpp index b636f06..81d8b27 100644 --- a/src/World/Block.hpp +++ b/src/World/Block.hpp @@ -26,7 +26,7 @@ #pragma once -#include <stdint.h> +#include <cstdint> namespace MinedMap { |