summaryrefslogtreecommitdiff
path: root/src/lib/types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.cc')
-rw-r--r--src/lib/types.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/types.cc b/src/lib/types.cc
index 5687a5d48..6729628cd 100644
--- a/src/lib/types.cc
+++ b/src/lib/types.cc
@@ -39,7 +39,7 @@ using std::max;
using std::min;
using std::string;
using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
using dcp::raw_convert;
bool operator== (Crop const & a, Crop const & b)