diff --git a/include/boost/smart_ptr.hpp b/include/boost/smart_ptr.hpp index 98e0894..b5e569d 100644 --- a/include/boost/smart_ptr.hpp +++ b/include/boost/smart_ptr.hpp @@ -1,3 +1,6 @@ +#ifndef BOOST_SMART_PTR_HPP_INCLUDED +#define BOOST_SMART_PTR_HPP_INCLUDED + // // smart_ptr.hpp // @@ -22,4 +25,7 @@ # include # include # include +# include #endif + +#endif // #ifndef BOOST_SMART_PTR_HPP_INCLUDED diff --git a/test/smart_ptr_test.cpp b/test/smart_ptr_test.cpp index 8832deb..7b4de34 100644 --- a/test/smart_ptr_test.cpp +++ b/test/smart_ptr_test.cpp @@ -33,10 +33,7 @@ # pragma warn -8092 // template argument passed to 'find' is not an iterator #endif -#include -#include -#include -#include +#include #include