diff options
Diffstat (limited to 'src/map/map.t.hpp')
-rw-r--r-- | src/map/map.t.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp index d90bdab..10aeb75 100644 --- a/src/map/map.t.hpp +++ b/src/map/map.t.hpp @@ -23,8 +23,12 @@ # include "fwd.hpp" +# include <cstdint> + # include "../strings/vstring.hpp" +# include "../generic/enum.hpp" + # include "../mmo/ids.hpp" # include "../mmo/mmo.hpp" |