diff options
Diffstat (limited to 'gegl04-openexr.patch')
-rw-r--r-- | gegl04-openexr.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gegl04-openexr.patch b/gegl04-openexr.patch new file mode 100644 index 0000000..0b34f79 --- /dev/null +++ b/gegl04-openexr.patch @@ -0,0 +1,12 @@ +Index: gegl-0.4.30/operations/external/exr-save.cc +=================================================================== +--- gegl-0.4.30.orig/operations/external/exr-save.cc ++++ gegl-0.4.30/operations/external/exr-save.cc +@@ -39,6 +39,7 @@ extern "C" { + } /* extern "C" */ + + #include <exception> ++#include <ImfFrameBuffer.h> + #include <ImfTiledOutputFile.h> + #include <ImfOutputFile.h> + #include <ImfChannelList.h> |