diff options
author | Machiavelli <none@none> | 2009-04-18 02:12:06 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-04-18 02:12:06 +0200 |
commit | 037fd6c50c11fdbaf0a27566b935ab54de7ef950 (patch) | |
tree | 247030cec951b8f61bf84913e64d392d0b517ec4 /src | |
parent | 8b7fb65c366c6c745090dce5a2fcb22964f3a020 (diff) |
Fix compile caused by missing includes in r1386
--HG--
branch : trunk
Diffstat (limited to 'src')
3 files changed, 5 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..12f7e7b46b7 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..fd9a8886962 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..aa20c05d128 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,6 @@ SDComment: Placeholer SDCategory: Sunwell_Plateau EndScriptData */ +#include "precompiled.h" void AddSC_sunwell_plateau() {};
\ No newline at end of file |