diff --git a/engine/shared/library/sharedGame/src/shared/core/CraftingData.h b/engine/shared/library/sharedGame/src/shared/core/CraftingData.h index d52a5ad6..7eb2dcad 100755 --- a/engine/shared/library/sharedGame/src/shared/core/CraftingData.h +++ b/engine/shared/library/sharedGame/src/shared/core/CraftingData.h @@ -10,8 +10,9 @@ #define INCLUDED_CraftingData_H #include "sharedFoundation/NetworkId.h" -#include "boost/smart_ptr.hpp" #include "StringId.h" + +#include #include class CreatureObject; @@ -210,7 +211,7 @@ namespace Crafting //------------------------------------------------------------------------------ - typedef boost::shared_ptr SimpleIngredientPtr; + typedef std::shared_ptr SimpleIngredientPtr; typedef std::vector Ingredients; //------------------------------------------------------------------------------