diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/map/mapobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/map/mapobject.h b/src/resources/map/mapobject.h index 8923d5df6..78df2e7db 100644 --- a/src/resources/map/mapobject.h +++ b/src/resources/map/mapobject.h @@ -25,6 +25,8 @@ #include <string> +#include "localconsts.h" + class MapObject final { public: |