From 101d0b44ed8b54c5f81a81a20fbff451f4fcacbd Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 29 Oct 2020 14:20:19 +0100 Subject: [PATCH] fixed nopch build --- .../scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp b/src/server/scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp index 170217bab1d..54e3d643c31 100644 --- a/src/server/scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp +++ b/src/server/scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp @@ -16,6 +16,7 @@ */ #include "ScriptMgr.h" +#include "InstanceScript.h" #include "MotionMaster.h" #include "ScriptedCreature.h" #include "the_stockade.h"