Fix Compile Unix

This commit is contained in:
mik1893
2016-06-29 09:29:54 +01:00
committed by Yehonal
parent 741bbd3109
commit b88e0fe9a8
2 changed files with 2 additions and 2 deletions

View File

@@ -19,8 +19,6 @@
#ifndef TRINITY_CELL_H
#define TRINITY_CELL_H
#include <cmath>
#include "TypeContainer.h"
#include "TypeContainerVisitor.h"

View File

@@ -20,6 +20,8 @@
#include "Map.h"
#include "Creature.h"
#include "Log.h"
#include "CellImpl.h"
#include "Cell.h"
#include "DetourCommon.h"
#include "DetourNavMeshQuery.h"