Move raw_convert into libdcp.
[dcpomatic.git] / src / lib / types.cc
index f31e7a3ec3854f9c1fee5d27592897e20a52628a..e3bedd667f7a716daee156db5451e2b6b376cc9c 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "types.h"
 #include "dcpomatic_assert.h"
-#include "raw_convert.h"
+#include <dcp/raw_convert.h>
 #include <libxml++/libxml++.h>
 #include <libcxml/cxml.h>
 
@@ -28,6 +28,7 @@ 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)
 {