Missing includes.
authorCarl Hetherington <cth@carlh.net>
Tue, 5 Jul 2022 21:07:41 +0000 (23:07 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 5 Jul 2022 21:07:41 +0000 (23:07 +0200)
src/lib/image_png.h

index b3c0774fde08968d7b2574664345dab08d63726c..bfc52224602c45d53148e6d2b7895d467f442855 100644 (file)
 */
 
 
+#include <dcp/array_data.h>
+#include <memory>
+
+
+class Image;
+
+
 dcp::ArrayData image_as_png (std::shared_ptr<const Image> image);