Magellan Linux

Annotation of /trunk/openexr/patches/openexr-1.7.0-gcc43.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1144 - (hide annotations) (download)
Wed Sep 22 20:19:03 2010 UTC (13 years, 8 months ago) by niro
File size: 406 byte(s)
-gcc-4.3 patch for 1.7.0
1 niro 1144 diff -Naur openexr-1.7.0/exrenvmap/blurImage.cpp openexr-1.7.0-magellan/exrenvmap/blurImage.cpp
2     --- openexr-1.7.0/exrenvmap/blurImage.cpp 2009-02-26 00:39:27.000000000 +0100
3     +++ openexr-1.7.0-magellan/exrenvmap/blurImage.cpp 2010-09-22 22:24:53.000000000 +0200
4     @@ -45,6 +45,7 @@
5     #include "Iex.h"
6     #include <iostream>
7     #include <algorithm>
8     +#include <cstring>
9    
10     using namespace std;
11     using namespace Imf;