summaryrefslogtreecommitdiffstats
path: root/src/engine/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/types.hpp')
-rw-r--r--src/engine/types.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/types.hpp b/src/engine/types.hpp
index 7199e2d6..5fedf4f3 100644
--- a/src/engine/types.hpp
+++ b/src/engine/types.hpp
@@ -18,7 +18,8 @@
#ifndef TYPES_HPP
#define TYPES_HPP
-#include <cstddef> // for NULL, size_t, etc
+#include <stdint.h>
+#include <cstddef>
typedef unsigned char uchar;
typedef unsigned int uint;