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

Added missing (?) includes from last revision.

This commit is contained in:
DjWarmonger
2010-01-26 11:56:29 +00:00
parent 0f22ba0c0f
commit 88e42828da
2 changed files with 224 additions and 222 deletions

View File

@@ -11,6 +11,8 @@
#include "../hch/CDefHandler.h" #include "../hch/CDefHandler.h"
#include "../hch/CGeneralTextHandler.h" #include "../hch/CGeneralTextHandler.h"
#include "../hch/CObjectHandler.h" #include "../hch/CObjectHandler.h"
#include "../hch/CTownHandler.h"
#include "../lib/map.h"
#include <boost/assign/std/vector.hpp> #include <boost/assign/std/vector.hpp>
#include <sstream> #include <sstream>
using namespace boost::assign; using namespace boost::assign;