Fixed compilation without PCH enabled

please avoid to miss header files in your sources
This commit is contained in:
Yehonal
2016-08-19 23:32:46 +02:00
parent d8de9c9296
commit 6eaa77591d
142 changed files with 241 additions and 11 deletions

View File

@@ -17,6 +17,7 @@
#include "BattlegroundRV.h"
#include "VehicleDefines.h"
#include "Transport.h"
#include "MapManager.h"
#include <cmath>

View File

@@ -21,6 +21,7 @@
#include "MoveSplineInitArgs.h"
#include "PathGenerator.h"
#include "Unit.h"
class Unit;