1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-31 22:05:10 +02:00

Fix include for SiegeInfo / SideInBattle. Lost them on rebase

This commit is contained in:
Arseniy Shestakov 2017-06-29 02:27:41 +03:00
parent fb19a3a068
commit 29e50cc21c

@ -8,8 +8,8 @@
*
*/
#pragma once
#include "../SiegeInfo.h"
#include "../SideInBattle.h"
#include "SiegeInfo.h"
#include "SideInBattle.h"
#include "../HeroBonus.h"
#include "CBattleInfoCallback.h"
#include "../int3.h"