summaryrefslogtreecommitdiff
path: root/src/map/mob.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.t.hpp')
-rw-r--r--src/map/mob.t.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/mob.t.hpp b/src/map/mob.t.hpp
index edbbf40..3c20e07 100644
--- a/src/map/mob.t.hpp
+++ b/src/map/mob.t.hpp
@@ -1,6 +1,8 @@
#ifndef MOB_T_HPP
#define MOB_T_HPP
+#include <cstdint>
+
enum class MST
{
MST_TARGET = 0,
@@ -90,4 +92,4 @@ enum class MSS : uint8_t
#define MSS_CHASE MSS::MSS_CHASE
};
-#endif
+#endif // MOB_T_HPP