mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Include proper boost header.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include <list>
|
#include <list>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <boost/function.hpp>
|
#include <boost/function.hpp>
|
||||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* HeroBonus.h, part of VCMI engine
|
* HeroBonus.h, part of VCMI engine
|
||||||
@@ -716,4 +716,4 @@ namespace Selector
|
|||||||
bool DLL_EXPORT positiveSpellEffects(const Bonus *b);
|
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;
|
||||||
|
Reference in New Issue
Block a user