File openexr-includes.patch of Package failed_openexr
Index: exrenvmap/main.cpp
===================================================================
--- exrenvmap/main.cpp.orig 2008-10-29 01:00:18.000000000 +0100
+++ exrenvmap/main.cpp 2010-07-27 14:03:00.470875861 +0200
@@ -50,6 +50,7 @@
#include <string>
#include <string.h>
#include <stdlib.h>
+#include <string.h>
using namespace Imf;
using namespace std;
Index: exrmaketiled/main.cpp
===================================================================
--- exrmaketiled/main.cpp.orig 2008-03-01 03:30:14.000000000 +0100
+++ exrmaketiled/main.cpp 2010-07-27 14:03:00.488875189 +0200
@@ -47,6 +47,7 @@
#include <string>
#include <string.h>
#include <stdlib.h>
+#include <string.h>
using namespace Imf;
using namespace std;
Index: exrenvmap/blurImage.cpp
===================================================================
--- exrenvmap/blurImage.cpp.orig 2009-02-26 00:39:27.000000000 +0100
+++ exrenvmap/blurImage.cpp 2010-07-27 14:20:31.460876473 +0200
@@ -43,6 +43,7 @@
#include <resizeImage.h>
#include "Iex.h"
+#include <string.h>
#include <iostream>
#include <algorithm>