Optimise checking of existing image data.
[dcpomatic.git] / src / lib / isdcf_metadata.cc
index a9d7d939e13f75eea807f32a8023581617220650..f201844ca7210dcdbf922fc26cb6195aff1a2497 100644 (file)
@@ -20,6 +20,7 @@
 #include "isdcf_metadata.h"
 #include "raw_convert.h"
 #include <libcxml/cxml.h>
+#include <libxml++/libxml++.h>
 #include <iostream>
 
 #include "i18n.h"
@@ -44,7 +45,7 @@ ISDCFMetadata::ISDCFMetadata (cxml::ConstNodePtr node)
        , two_d_version_of_three_d (node->optional_bool_child ("TwoDVersionOfThreeD").get_value_or (false))
        , mastered_luminance (node->optional_string_child ("MasteredLuminance").get_value_or (""))
 {
-       
+
 }
 
 void