1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-05 13:04:54 +02:00

Added missing include for previous commit. Use of undefined type again.

This commit is contained in:
DjWarmonger 2010-07-01 06:05:00 +00:00
parent 60c90af39c
commit 88f0ee0682

View File

@ -17,6 +17,7 @@
#include "../hch/CObjectHandler.h"
#include "../hch/CSpellHandler.h"
#include "../hch/CTownHandler.h"
#include "../lib/map.h"
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/assign/std/vector.hpp>