Skip to content

Commit

Permalink
Fix Compilation with non-PCH
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuSe committed May 18, 2012
1 parent 76136aa commit d76742b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/server/game/Anticheat/AnticheatMgr.h
Expand Up @@ -17,6 +17,8 @@
*/

#include <ace/Singleton.h>
#include <string>
#include "../Entities/Player/Player.h"

enum ReportTypes
{
Expand Down
1 change: 1 addition & 0 deletions src/server/game/Combat/ThreatManager.h
Expand Up @@ -27,6 +27,7 @@
#include "SharedDefines.h"
#include "LinkedReference/Reference.h"
#include "UnitEvents.h"
#include "../../shared/Utilities/Util.h"

#include <list>

Expand Down
2 changes: 1 addition & 1 deletion src/server/game/Entities/Player/Player.h
Expand Up @@ -12,7 +12,7 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See thea
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
Expand Down
1 change: 1 addition & 0 deletions src/server/shared/Packets/WorldPacket.h
Expand Up @@ -27,6 +27,7 @@

#include "Common.h"
#include "ByteBuffer.h"
#include "../../game/Server/Protocol/Opcodes.h"

class WorldPacket: public ByteBuffer {
public:
Expand Down

0 comments on commit d76742b

Please sign in to comment.