Need to include utility.hpp to get noncopyable

[SVN r12669]
This commit is contained in:
Douglas Gregor
2002-02-03 15:19:04 +00:00
parent 1a7cd887e4
commit ddd6d54426

View File

@ -1,5 +1,6 @@
// Boost scoped_ptr_example header file ------------------------------------//
#include <boost/utility.hpp>
#include <boost/scoped_ptr.hpp>
// The point of this example is to prove that even though