From ddd6d5442637e1f47f5b8eeb3c995d13f9d7b8e3 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 3 Feb 2002 15:19:04 +0000 Subject: [PATCH] Need to include utility.hpp to get noncopyable [SVN r12669] --- scoped_ptr_example.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scoped_ptr_example.hpp b/scoped_ptr_example.hpp index ae1fb8d..c4b6bf5 100644 --- a/scoped_ptr_example.hpp +++ b/scoped_ptr_example.hpp @@ -1,5 +1,6 @@ // Boost scoped_ptr_example header file ------------------------------------// +#include #include // The point of this example is to prove that even though