X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FScriptRunner.h;h=2a6b0de18fb880aad53dd956210e1cad2c3bce50;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=67931c1323f18f49a6e802b54c7c79586ba3a613;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/common/ScriptRunner.h b/src/common/ScriptRunner.h index 67931c1..2a6b0de 100644 --- a/src/common/ScriptRunner.h +++ b/src/common/ScriptRunner.h @@ -1,7 +1,10 @@ #ifndef COMMON_SCRIPTRUNNER_H_ #define COMMON_SCRIPTRUNNER_H_ -#include "fwd.h" +namespace common { + class ScriptHost; +} + #include "Script.h" #include "../math/Vector.h"