diff options
| author | Kudlaty <none@none> | 2009-07-25 23:51:08 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-07-25 23:51:08 +0200 |
| commit | 9f1118cf0a3c6b08fc6477c1f009187a4b1270af (patch) | |
| tree | 02c1f5b0d9fffb451653d162c0c05e5e518eaa98 /src | |
| parent | 93e7fe61ca078139fd837c3a89ea7bd29981c1bf (diff) | |
Fix build under win
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/ReputationMgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/ReputationMgr.h b/src/game/ReputationMgr.h index d63c518eb82..494f675d20a 100644 --- a/src/game/ReputationMgr.h +++ b/src/game/ReputationMgr.h @@ -24,6 +24,7 @@ #include "Language.h" #include "DBCStructure.h" #include <map> +#include <math.h> static uint32 ReputationRankStrIndex[MAX_REPUTATION_RANK] = { |
