From e77889679f7ac34c8f6c45d8b6a94b90e9b15945 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 27 Aug 2002 13:33:22 +0000 Subject: [PATCH] intrusive_ptr.hpp: scoped_ptr.hpp: - include [SVN r15104] --- include/boost/intrusive_ptr.hpp | 1 + include/boost/scoped_ptr.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/boost/intrusive_ptr.hpp b/include/boost/intrusive_ptr.hpp index 0a62544..36bc321 100644 --- a/include/boost/intrusive_ptr.hpp +++ b/include/boost/intrusive_ptr.hpp @@ -20,6 +20,7 @@ #endif #include // std::less +#include namespace boost { diff --git a/include/boost/scoped_ptr.hpp b/include/boost/scoped_ptr.hpp index 7adc0e8..77c77a5 100644 --- a/include/boost/scoped_ptr.hpp +++ b/include/boost/scoped_ptr.hpp @@ -14,6 +14,7 @@ #include #include +#include #ifndef BOOST_NO_AUTO_PTR # include // for std::auto_ptr