From af1ce59ab4078f26c06a9fc265006156461940a5 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Thu, 26 Jun 2014 18:16:09 +0300 Subject: [PATCH] Fixed path to header in ERM module --- scripting/erm/ERMInterpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/erm/ERMInterpreter.cpp b/scripting/erm/ERMInterpreter.cpp index e769ddc14..f6fdaa3a4 100644 --- a/scripting/erm/ERMInterpreter.cpp +++ b/scripting/erm/ERMInterpreter.cpp @@ -2,7 +2,7 @@ #include "ERMInterpreter.h" #include -#include "../../lib/CObjectHandler.h" +#include "../../lib/mapObjects/CObjectHandler.h" #include "../../lib/CHeroHandler.h" #include "../../lib/CCreatureHandler.h" #include "../../lib/VCMIDirs.h"