From d39880eef211a296fa8ef4712cdef5945d08527c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Dec 2020 14:14:07 +0100 Subject: std::shared_ptr --- test/read_dcp_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/read_dcp_test.cc') diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc index 66a4b43f..c885523a 100644 --- a/test/read_dcp_test.cc +++ b/test/read_dcp_test.cc @@ -37,7 +37,7 @@ #include "cpl.h" using std::list; -using boost::shared_ptr; +using std::shared_ptr; /** Read a SMPTE DCP that is in git and make sure that basic stuff is read in correctly */ BOOST_AUTO_TEST_CASE (read_dcp_test1) -- cgit v1.2.3