forked from boostorg/smart_ptr
intrusive_ptr.hpp:
scoped_ptr.hpp: - include <boost/type_traits/ice.hpp> [SVN r15104]
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#endif
|
||||
|
||||
#include <functional> // std::less
|
||||
#include <boost/type_traits/ice.hpp>
|
||||
|
||||
namespace boost
|
||||
{
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/checked_delete.hpp>
|
||||
#include <boost/type_traits/ice.hpp>
|
||||
|
||||
#ifndef BOOST_NO_AUTO_PTR
|
||||
# include <memory> // for std::auto_ptr
|
||||
|
Reference in New Issue
Block a user