View | Details | Raw Unified | Return to bug 148990
Collapse All | Expand All

(-)graphics/OpenEXR/files/patch-exrenvmap-main.cpp (+10 lines)
Added Link Here
1
--- exrenvmap/main.cpp~
2
+++ exrenvmap/main.cpp
3
@@ -43,6 +43,7 @@
4
 #include <makeLatLongMap.h>
5
 #include <ImfEnvmap.h>
6
 #include <iostream>
7
+#include <cstring>
8
 #include <exception>
9
 #include <stdlib.h>
10
 
(-)graphics/OpenEXR/files/patch-exrmaketiled-main.cpp (+10 lines)
Added Link Here
1
--- exrmaketiled/main.cpp~
2
+++ exrmaketiled/main.cpp
3
@@ -44,6 +44,7 @@
4
 
5
 #include <iostream>
6
 #include <exception>
7
+#include <cstring>
8
 #include <string>
9
 #include <stdlib.h>
10
 

Return to bug 148990