From 794de98cd14b2ab834ff3b9b7d5afccb90cebaa1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 11 Jul 2003 17:03:56 +0000 Subject: [PATCH] #include added. [SVN r19065] --- include/boost/intrusive_ptr.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/intrusive_ptr.hpp b/include/boost/intrusive_ptr.hpp index 9d713a8..24af067 100644 --- a/include/boost/intrusive_ptr.hpp +++ b/include/boost/intrusive_ptr.hpp @@ -14,6 +14,8 @@ // See http://www.boost.org/libs/smart_ptr/intrusive_ptr.html for documentation. // +#include + #ifdef BOOST_MSVC // moved here to work around VC++ compiler crash # pragma warning(push) # pragma warning(disable:4284) // odd return type for operator->