diff options
Diffstat (limited to 'test/markers_test.cc')
| -rw-r--r-- | test/markers_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/markers_test.cc b/test/markers_test.cc index f42f33c5..fe4fbb05 100644 --- a/test/markers_test.cc +++ b/test/markers_test.cc @@ -33,14 +33,14 @@ #include <boost/bind.hpp> -#include <boost/shared_ptr.hpp> +#include <memory> #include <boost/test/unit_test.hpp> #include "cpl.h" #include "reel.h" #include "reel_markers_asset.h" using std::string; -using boost::shared_ptr; +using std::shared_ptr; BOOST_AUTO_TEST_CASE (markers_write_test) { |
