wok view openexr/stuff/gcc43.patch @ rev 25687
updated sc-im (0.8.2 -> 0.8.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 11 14:51:51 2024 +0100 (7 months ago) |
parents | |
children |
line source
1 diff -Nura openexr-1.6.1/exrenvmap/main.cpp openexr-1.6.1.new/exrenvmap/main.cpp
2 --- openexr-1.6.1/exrenvmap/main.cpp 2007-04-25 03:07:51.000000000 +0200
3 +++ openexr-1.6.1.new/exrenvmap/main.cpp 2008-10-30 17:18:13.000000000 +0100
4 @@ -45,6 +45,7 @@
5 #include <iostream>
6 #include <exception>
7 #include <stdlib.h>
8 +#include <string.h>
10 using namespace Imf;
11 using namespace std;
12 diff -Nura openexr-1.6.1/exrmaketiled/main.cpp openexr-1.6.1.new/exrmaketiled/main.cpp
13 --- openexr-1.6.1/exrmaketiled/main.cpp 2007-04-25 03:08:45.000000000 +0200
14 +++ openexr-1.6.1.new/exrmaketiled/main.cpp 2008-10-30 17:18:40.000000000 +0100
15 @@ -46,6 +46,7 @@
16 #include <exception>
17 #include <string>
18 #include <stdlib.h>
19 +#include <string.h>
21 using namespace Imf;
22 using namespace std;