aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrazom62 <none@none>2010-05-27 22:40:47 +0200
committerTrazom62 <none@none>2010-05-27 22:40:47 +0200
commit7ac8e6571d3530d0d37fd60887928fe12afe4df2 (patch)
tree332cbf84d1a2eecd044e7073f3af715141872906
parent19743316e07259fca7d3d102393954e9ced21514 (diff)
Fix compile on linux for previous commit. Thanks click for testing.
--HG-- branch : trunk
-rw-r--r--src/game/ThreatManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/ThreatManager.cpp b/src/game/ThreatManager.cpp
index d64cb96f510..fcc3b466954 100644
--- a/src/game/ThreatManager.cpp
+++ b/src/game/ThreatManager.cpp
@@ -26,6 +26,7 @@
#include "Player.h"
#include "ObjectAccessor.h"
#include "UnitEvents.h"
+#include "SpellAuras.h"
//==============================================================
//================= ThreatCalcHelper ===========================