diff options
author | megamage <none@none> | 2009-05-29 10:54:04 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-29 10:54:04 -0500 |
commit | 21462d4895326d85f8ba8747951329e34a79c88e (patch) | |
tree | 44630b3a1008f0727814b65a68fb41e28b27763a /src | |
parent | bc32144310e94e0c7e62c7cd7119bfdd4e719e6f (diff) |
*Fix build in *nix.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/OutdoorPvP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/OutdoorPvP.h b/src/game/OutdoorPvP.h index ad526701795..3c3db7a49a9 100644 --- a/src/game/OutdoorPvP.h +++ b/src/game/OutdoorPvP.h @@ -20,6 +20,7 @@ #define OUTDOOR_PVP_H_ #include "Util.h" +#include "SharedDefines.h" #include <map> #include <set> |