aboutsummaryrefslogtreecommitdiff
path: root/src/common/MemoryManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/MemoryManager.hpp')
-rw-r--r--src/common/MemoryManager.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/MemoryManager.hpp b/src/common/MemoryManager.hpp
index 59c31d7..c8c7de0 100644
--- a/src/common/MemoryManager.hpp
+++ b/src/common/MemoryManager.hpp
@@ -1,9 +1,8 @@
#pragma once
-#include <common/defs.hpp>
-
#include <string>
#include <vector>
+#include <cstdint>
using String32Id = uint32_t;