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

Compile fix - why would lib headers be dependent on IDE?

This commit is contained in:
DjWarmonger
2012-11-07 20:14:31 +00:00
parent 105083dd70
commit d5aed7c0c7

View File

@@ -2,11 +2,11 @@
#ifndef _MSC_VER
//#ifndef _MSC_VER
#include "CCreatureHandler.h"
#include "VCMI_Lib.h"
#include "Map/CMap.h"
#endif
//#endif
#include "HeroBonus.h"
#include "CCreatureSet.h"