You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
414 B
13 lines
414 B
2 years ago
|
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>
|