diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index c9c70badb..88ddde8c2 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -6,9 +6,12 @@ #define MAP_ATCOMMAND_H #include "map/pc_groups.h" +#include "common/cbasetypes.h" #include "common/conf.h" #include "common/db.h" +#include <stdarg.h> + /** * Declarations **/ |