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

Compile fixes.

This commit is contained in:
Frank Zago 2009-08-06 05:08:17 +00:00
parent 507597301f
commit 9aca713050
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#include "Common.h"
#include "BattleLogic.h"
#include "GeneralAI.h"
#include "..\..\lib\CondSh.h"
#include "../../lib/CondSh.h"
#include <set>
#include <list>
#include <queue>