diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/crop.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/crop.cc b/src/lib/crop.cc index 105baaaf5..d2d020a9f 100644 --- a/src/lib/crop.cc +++ b/src/lib/crop.cc @@ -21,7 +21,10 @@ #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; |
