summaryrefslogtreecommitdiffstats
path: root/src/World/Block.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/World/Block.hpp')
-rw-r--r--src/World/Block.hpp2
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 {