Skip to content

Commit

Permalink
Fixed compile on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian committed Aug 19, 2016
1 parent b718da1 commit c0d653a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/game/LootHandler.cpp
Expand Up @@ -17,6 +17,7 @@
*/

#include "Common.h"
#include "DBCStores.h"
#include "WorldPacket.h"
#include "Log.h"
#include "Player.h"
Expand Down
1 change: 1 addition & 0 deletions src/game/Spell.cpp
Expand Up @@ -24,6 +24,7 @@
#include "GridNotifiersImpl.h"
#include "Opcodes.h"
#include "Log.h"
#include "MapManager.h"
#include "World.h"
#include "ObjectMgr.h"
#include "SpellMgr.h"
Expand Down

0 comments on commit c0d653a

Please sign in to comment.