[11828] Fix compile on *nix

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
morphau 2011-10-16 19:39:54 +02:00 committed by Schmoozerd
parent fbdd79141c
commit 8aa0ce6efe
2 changed files with 2 additions and 1 deletions

View file

@ -37,6 +37,7 @@
#include "Common.h"
#include "Policies/Singleton.h"
#include <functional>
class ObjectGuid;
class Unit;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11827"
#define REVISION_NR "11828"
#endif // __REVISION_NR_H__