From 769c71b5c3e050ccfc1c13771d24328fbf76a495 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Apr 2015 23:10:28 +0100 Subject: Add our own raw_convert that uses SafeStringStream. --- src/lib/types.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/types.cc') diff --git a/src/lib/types.cc b/src/lib/types.cc index 54a8cb492..6ab4d56f2 100644 --- a/src/lib/types.cc +++ b/src/lib/types.cc @@ -17,16 +17,15 @@ */ +#include "types.h" +#include "raw_convert.h" #include #include -#include -#include "types.h" using std::max; using std::min; using std::string; using boost::shared_ptr; -using dcp::raw_convert; bool operator== (Crop const & a, Crop const & b) { -- cgit v1.2.3