From: Carl Hetherington Date: Thu, 10 Nov 2022 22:48:46 +0000 (+0100) Subject: Fix macOS build. X-Git-Tag: v2.16.33~10 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=af7130b416a7b8ffcf3c7d4df122d4931a366a24 Fix macOS build. --- diff --git a/src/lib/image_store.h b/src/lib/image_store.h index ebe115453..365e7e4f6 100644 --- a/src/lib/image_store.h +++ b/src/lib/image_store.h @@ -23,7 +23,7 @@ #include -class AVBufferRef; +struct AVBufferRef; class Image;