From 18b0726dd65394f824c294796a785086222e6a55 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Nov 2022 09:56:23 +0100 Subject: [PATCH] Fix more warnings. --- src/wx/subtag_list_ctrl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wx/subtag_list_ctrl.h b/src/wx/subtag_list_ctrl.h index 65071b5f5..9e3a77563 100644 --- a/src/wx/subtag_list_ctrl.h +++ b/src/wx/subtag_list_ctrl.h @@ -24,7 +24,10 @@ #include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include -- 2.30.2