Core: Make core build without PCH enabled.

This commit is contained in:
click
2015-01-18 02:07:25 +01:00
parent 542f29bfb4
commit 48fa7fa992
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "Errors.h"
#include <list>
#include <map>
#include <string>
class Player;
class Unit;

View File

@@ -16,6 +16,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "GameEventMgr.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "nexus.h"