diff options
-rw-r--r-- | src/map/charcommand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c index 8a1ca7cc7..08aa5ead2 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -1,6 +1,8 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder +#include "../common/cbasetypes.h" +#include "../common/mmo.h" #include "../common/timer.h" #include "../common/nullpo.h" #include "../common/showmsg.h" |