Skip to content

Commit

Permalink
Build: Add missing include to MapScripts.cpp
Browse files Browse the repository at this point in the history
Fixes linker error in GCC/Clang
  • Loading branch information
DDuarte committed Jul 27, 2015
1 parent bc4baa4 commit b630829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/game/Scripting/MapScripts.cpp
Expand Up @@ -18,6 +18,7 @@

#include "CellImpl.h"
#include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
#include "GossipDef.h"
#include "Map.h"
#include "ObjectMgr.h"
Expand Down

0 comments on commit b630829

Please sign in to comment.