From 00629c969f4eb4ba44a2ed5b0897dc67926323f6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Jul 2022 23:07:41 +0200 Subject: [PATCH] Missing includes. --- src/lib/image_png.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lib/image_png.h b/src/lib/image_png.h index b3c0774fd..bfc522246 100644 --- a/src/lib/image_png.h +++ b/src/lib/image_png.h @@ -19,4 +19,11 @@ */ +#include +#include + + +class Image; + + dcp::ArrayData image_as_png (std::shared_ptr image); -- 2.30.2