aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI/SmartScripts
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2011-08-03 12:28:42 +0200
committerSpp <spp@jorge.gr>2011-08-03 12:28:42 +0200
commit7e53a73059c2f9a1c5c080c9872eadafc117c53b (patch)
tree30f6eeecaa2270d88b1e66e43b84108f60531c72 /src/server/game/AI/SmartScripts
parente7327e7e94234467eef2826851f1f5bb46b44b48 (diff)
Core/Vehicles: Remove Vehicle.h dependency from other header files
Diffstat (limited to 'src/server/game/AI/SmartScripts')
-rw-r--r--src/server/game/AI/SmartScripts/SmartScript.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartScript.cpp b/src/server/game/AI/SmartScripts/SmartScript.cpp
index 63333f41b21..d2cd386828b 100644
--- a/src/server/game/AI/SmartScripts/SmartScript.cpp
+++ b/src/server/game/AI/SmartScripts/SmartScript.cpp
@@ -31,6 +31,7 @@
#include "SmartScript.h"
#include "SmartAI.h"
#include "Group.h"
+#include "Vehicle.h"
SmartScript::SmartScript()
{