Move raw_convert into libdcp.
[dcpomatic.git] / src / lib / isdcf_metadata.cc
index 96cf04faa0c8f9aa9b2a97cc68b9eabcf48b1165..1b424c925d90028c11693ccf428265b028cf762f 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #include "isdcf_metadata.h"
-#include "raw_convert.h"
+#include <dcp/raw_convert.h>
 #include <libcxml/cxml.h>
 #include <libxml++/libxml++.h>
 #include <iostream>
@@ -28,6 +28,7 @@
 
 using std::string;
 using boost::shared_ptr;
+using dcp::raw_convert;
 
 ISDCFMetadata::ISDCFMetadata (cxml::ConstNodePtr node)
        : content_version (node->number_child<int> ("ContentVersion"))