27 lines
677 B
Diff
27 lines
677 B
Diff
From 8208e9f61bb0d5688abcfe4fc94439219ee1c2f8 Mon Sep 17 00:00:00 2001
|
|
From: caodongxia <315816521@qq.com>
|
|
Date: Wed, 21 Jul 2021 17:40:49 +0800
|
|
Subject: [PATCH] fix
|
|
|
|
---
|
|
operations/external/exr-load.cpp | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/operations/external/exr-load.cpp b/operations/external/exr-load.cpp
|
|
index e3a2538..96f1653 100644
|
|
--- a/operations/external/exr-load.cpp
|
|
+++ b/operations/external/exr-load.cpp
|
|
@@ -29,9 +29,7 @@ property_file_path (path, "File", "")
|
|
#define GEGL_OP_NAME exr_load
|
|
#define GEGL_OP_C_FILE "exr-load.cpp"
|
|
|
|
-extern "C" {
|
|
#include "gegl-op.h"
|
|
-}
|
|
|
|
#include <ImfInputFile.h>
|
|
#include <ImfChannelList.h>
|
|
--
|
|
2.27.0
|
|
|