From 78a9b53324947a22e6cf97251c9be5b85eb81ccf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Dec 2022 02:04:39 +0100 Subject: Fix build error in previous commit. --- src/lib/crop.cc | 3 +++ 1 file changed, 3 insertions(+) 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 +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS using std::shared_ptr; -- cgit v1.2.3