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:
parent
c46f3da9ab
commit
91dc7a0dd4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user