Fix build error in previous commit.
[dcpomatic.git] / src / lib / crop.cc
index 105baaaf597927790cb731e05ae831665abdd0e8..d2d020a9fb36cb96d0f4bca83507432ba41deedf 100644 (file)
 
 #include "crop.h"
 #include <dcp/raw_convert.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+LIBDCP_ENABLE_WARNINGS
 
 
 using std::shared_ptr;