Fix build error in previous commit.
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Dec 2022 01:04:39 +0000 (02:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Dec 2022 01:04:39 +0000 (02:04 +0100)
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;