wok view openexr/stuff/gcc43.patch @ rev 22629

updated darkstat (3.0.713 -> 3.0.719)
author Hans-G?nter Theisgen
date Mon Jan 13 07:59:55 2020 +0100 (2020-01-13)
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;