diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 21:41:07 +0200 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 21:41:07 +0200 |
commit | f6447e8f34c28785f605e2ae0882c24799d34456 (patch) | |
tree | df83e1ffc575f05b56cb9a817a4dd7b83b22123f /src/game/Cell.h | |
parent | ee5f4a93a6163ba7e6ef96570408b7b48f2fe383 (diff) |
*Including style fixing - part 1
--HG--
branch : trunk
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; |