diff options
Diffstat (limited to 'src/game/Cell.h')
-rw-r--r-- | src/game/Cell.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/Cell.h b/src/game/Cell.h index 7e66d5d9f73..6ccd3c96a00 100644 --- a/src/game/Cell.h +++ b/src/game/Cell.h @@ -21,10 +21,12 @@ #ifndef TRINITY_CELL_H #define TRINITY_CELL_H +#include <cmath> + #include "GameSystem/TypeContainer.h" #include "GameSystem/TypeContainerVisitor.h" + #include "GridDefines.h" -#include <cmath> class Map; |