diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-10 02:04:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-10 02:04:39 +0100 |
| commit | 78a9b53324947a22e6cf97251c9be5b85eb81ccf (patch) | |
| tree | e2a0652e704f0dc6cc3f22706d4e2fd4d88b15d7 | |
| parent | 9063624bd62c8fb513b51077300a74c7e46a56d9 (diff) | |
Fix build error in previous commit.
| -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; |
