Add include guards, make_shared.hpp to smart_ptr.hpp. Refs #4288. Refs #5189.

[SVN r69242]
This commit is contained in:
Peter Dimov
2011-02-24 20:29:38 +00:00
parent a2fc6e12da
commit 4fabf9b352
2 changed files with 7 additions and 4 deletions

View File

@@ -33,10 +33,7 @@
# pragma warn -8092 // template argument passed to 'find' is not an iterator
#endif
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp>
#include <boost/smart_ptr.hpp>
#include <boost/detail/lightweight_test.hpp>