Build: Add missing include to MapScripts.cpp

Fixes linker error in GCC/Clang
This commit is contained in:
DDuarte
2015-07-27 01:37:04 +01:00
parent bc4baa4e05
commit b63082971f

View File

@@ -18,6 +18,7 @@
#include "CellImpl.h"
#include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
#include "GossipDef.h"
#include "Map.h"
#include "ObjectMgr.h"