aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-04-18 02:23:20 +0200
committerMachiavelli <none@none>2009-04-18 02:23:20 +0200
commit5b4b8b64b043b9bf5009643767d58a4e10d41d56 (patch)
treebec4c76ccb07f743b41f67bec9a79817715a4f9b /src
parent345f1a72c60d872961b2670f701f793938d6a93f (diff)
Fix compile caused by missing includes in r2764
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp2
-rw-r--r--src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp2
-rw-r--r--src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp
index 394db5faa04..e1e7d2d161d 100644
--- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp
+++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp
@@ -21,5 +21,7 @@ SDComment: Placeholer
SDCategory: Sunwell_Plateau
EndScriptData */
+#include "Precompiled.h"
+
void AddSC_boss_kiljaeden()
{};
diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp
index fe6f123ebcc..4c9f3c08d36 100644
--- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp
+++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp
@@ -21,5 +21,7 @@ SDComment: Placeholer
SDCategory: Sunwell_Plateau
EndScriptData */
+#include "Precompiled.h"
+
void AddSC_boss_muru()
{};
diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp
index 57b4cee1648..60afd9568d9 100644
--- a/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp
+++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp
@@ -21,5 +21,7 @@ SDComment: Placeholer
SDCategory: Sunwell_Plateau
EndScriptData */
+#include "Precompiled.h"
+
void AddSC_sunwell_plateau()
{}; \ No newline at end of file