From 5b4b8b64b043b9bf5009643767d58a4e10d41d56 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sat, 18 Apr 2009 02:23:20 +0200 Subject: Fix compile caused by missing includes in r2764 --HG-- branch : trunk --- src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp | 2 ++ src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp | 2 ++ src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src/bindings/scripts') 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 -- cgit v1.2.3