Ticket #144: openexr-1.6.1.patch
| File openexr-1.6.1.patch, 776 bytes (added by michaelvoliveira, 6 years ago) |
|---|
-
exrenvmap/main.cpp
diff -Naur openexr-1.6.1/exrenvmap/main.cpp openexr-1.6.1-haiku/exrenvmap/main.cpp
old new 45 45 #include <iostream> 46 46 #include <exception> 47 47 #include <stdlib.h> 48 #include <cstring> 48 49 49 50 using namespace Imf; 50 51 using namespace std; -
exrmaketiled/main.cpp
diff -Naur openexr-1.6.1/exrmaketiled/main.cpp openexr-1.6.1-haiku/exrmaketiled/main.cpp
old new 46 46 #include <exception> 47 47 #include <string> 48 48 #include <stdlib.h> 49 #include <cstring> 49 50 50 51 using namespace Imf; 51 52 using namespace std;
