Blame SOURCES/gegl04-openexr.patch

848360
Index: gegl-0.4.30/operations/external/exr-save.cc
848360
===================================================================
848360
--- gegl-0.4.30.orig/operations/external/exr-save.cc
848360
+++ gegl-0.4.30/operations/external/exr-save.cc
848360
@@ -39,6 +39,7 @@ extern "C" {
848360
 } /* extern "C" */
848360
 
848360
 #include <exception>
848360
+#include <ImfFrameBuffer.h>
848360
 #include <ImfTiledOutputFile.h>
848360
 #include <ImfOutputFile.h>
848360
 #include <ImfChannelList.h>