From 67f39ff3eebb5ac727324b12130ff9cc262e9ffa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2023 22:49:23 +0200 Subject: Bump libdcp to one with some cleanups / header re-arrangement. --- src/lib/atmos_content.h | 1 + src/lib/cross.h | 2 ++ src/wx/video_view.h | 1 + 3 files changed, 4 insertions(+) (limited to 'src') diff --git a/src/lib/atmos_content.h b/src/lib/atmos_content.h index cfacb9729..afa3c75a2 100644 --- a/src/lib/atmos_content.h +++ b/src/lib/atmos_content.h @@ -21,6 +21,7 @@ #include "content_part.h" #include "types.h" +#include class Content; diff --git a/src/lib/cross.h b/src/lib/cross.h index 4be121d2b..4281700a7 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -29,6 +29,8 @@ #include #endif #include +/* windows.h defines this but we want to use it */ +#undef ERROR #include #include diff --git a/src/wx/video_view.h b/src/wx/video_view.h index b815afb7c..387cca9f6 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -29,6 +29,7 @@ #include "lib/timer.h" #include "lib/types.h" #include +#include LIBDCP_DISABLE_WARNINGS #include LIBDCP_ENABLE_WARNINGS -- cgit v1.2.3