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

Include proper boost header.

This commit is contained in:
Frank Zago 2011-05-04 02:37:27 +00:00
parent c46f3da9ab
commit 91dc7a0dd4

View File

@ -4,7 +4,7 @@
#include <list>
#include <set>
#include <boost/function.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <boost/shared_ptr.hpp>
/*
* HeroBonus.h, part of VCMI engine
@ -716,4 +716,4 @@ namespace Selector
bool DLL_EXPORT positiveSpellEffects(const Bonus *b);
}
extern DLL_EXPORT const std::map<std::string, int> bonusNameMap;
extern DLL_EXPORT const std::map<std::string, int> bonusNameMap;