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