summaryrefslogtreecommitdiff
path: root/test/stl_binary_reader_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-20 14:11:13 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-05 02:09:49 +0100
commit47727a7c80b60a0fd0ce18d8347b14241fc48f97 (patch)
treee1137ad3c8dc58ef5017011cdcc89a378b223092 /test/stl_binary_reader_test.cc
parent64eb1161584a9813591cf958fbc2fa0208d58ce8 (diff)
std::shared_ptr
Diffstat (limited to 'test/stl_binary_reader_test.cc')
-rw-r--r--test/stl_binary_reader_test.cc2
1 files changed, 1 insertions, 1 deletions
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)