Fix Compile Unix
This commit is contained in:
parent
741bbd3109
commit
b88e0fe9a8
2 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,6 @@
|
|||
#ifndef TRINITY_CELL_H
|
||||
#define TRINITY_CELL_H
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "TypeContainer.h"
|
||||
#include "TypeContainerVisitor.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue