summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dcp_reader_test.cc2
-rw-r--r--test/stl_binary_reader_test.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/dcp_reader_test.cc b/test/dcp_reader_test.cc
index 57d3d66..e6a53e6 100644
--- a/test/dcp_reader_test.cc
+++ b/test/dcp_reader_test.cc
@@ -23,7 +23,7 @@
#include <boost/optional/optional_io.hpp>
using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
/* Test reading of a DCP XML file */
BOOST_AUTO_TEST_CASE (dcp_reader_test1)
diff --git a/test/stl_binary_reader_test.cc b/test/stl_binary_reader_test.cc
index 3dcddb2..bad4bc4 100644
--- a/test/stl_binary_reader_test.cc
+++ b/test/stl_binary_reader_test.cc
@@ -27,7 +27,7 @@
using std::list;
using std::ifstream;
using std::ofstream;
-using boost::shared_ptr;
+using std::shared_ptr;
/* Test reading of a binary STL file */
BOOST_AUTO_TEST_CASE (stl_binary_reader_test1)