[gegl] exr-save: fix includes
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] exr-save: fix includes
- Date: Fri, 23 Mar 2012 22:35:08 +0000 (UTC)
commit 46c306a5dd45cf96bb956a8bbbf9daffe18e8e9f
Author: Ãyvind KolÃs <pippin gimp org>
Date: Fri Mar 23 22:32:17 2012 +0000
exr-save: fix includes
Fixes bug #672715
operations/external/exr-save.cc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/external/exr-save.cc b/operations/external/exr-save.cc
index f7957f2..aa19f91 100644
--- a/operations/external/exr-save.cc
+++ b/operations/external/exr-save.cc
@@ -32,9 +32,9 @@ extern "C" {
#include "config.h"
#include <exception>
-#include <OpenEXR/ImfTiledOutputFile.h>
-#include <OpenEXR/ImfOutputFile.h>
-#include <OpenEXR/ImfChannelList.h>
+#include <ImfTiledOutputFile.h>
+#include <ImfOutputFile.h>
+#include <ImfChannelList.h>
/**
* create an Imf::Header for writing up to 4 channels (given in d).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]