1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

Fixed path to header in ERM module

This commit is contained in:
Ivan Savenko 2014-06-26 18:16:09 +03:00
parent 94e661b2bf
commit af1ce59ab4

View File

@ -2,7 +2,7 @@
#include "ERMInterpreter.h" #include "ERMInterpreter.h"
#include <cctype> #include <cctype>
#include "../../lib/CObjectHandler.h" #include "../../lib/mapObjects/CObjectHandler.h"
#include "../../lib/CHeroHandler.h" #include "../../lib/CHeroHandler.h"
#include "../../lib/CCreatureHandler.h" #include "../../lib/CCreatureHandler.h"
#include "../../lib/VCMIDirs.h" #include "../../lib/VCMIDirs.h"