23 lines
780 B
Diff
23 lines
780 B
Diff
diff -pruN openexr-1.6.1.orig/exrenvmap/main.cpp openexr-1.6.1/exrenvmap/main.cpp
|
|
--- openexr-1.6.1.orig/exrenvmap/main.cpp 2008-10-14 17:49:40.878618666 +1100
|
|
+++ openexr-1.6.1/exrenvmap/main.cpp 2008-10-14 17:49:56.662548230 +1100
|
|
@@ -43,6 +43,7 @@
|
|
#include <makeLatLongMap.h>
|
|
#include <ImfEnvmap.h>
|
|
#include <iostream>
|
|
+#include <cstring>
|
|
#include <exception>
|
|
#include <stdlib.h>
|
|
|
|
diff -pruN openexr-1.6.1.orig/exrmaketiled/main.cpp openexr-1.6.1/exrmaketiled/main.cpp
|
|
--- openexr-1.6.1.orig/exrmaketiled/main.cpp 2008-10-14 17:49:40.885493556 +1100
|
|
+++ openexr-1.6.1/exrmaketiled/main.cpp 2008-10-14 17:49:56.662548230 +1100
|
|
@@ -45,6 +45,7 @@
|
|
#include <iostream>
|
|
#include <exception>
|
|
#include <string>
|
|
+#include <cstring>
|
|
#include <stdlib.h>
|
|
|
|
using namespace Imf;
|