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 ++ 2 files changed, 3 insertions(+) (limited to 'src/lib') 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 -- cgit v1.2.3