Salome HOME
Update list of known failed tests from testbase
[tools/configuration.git] / config / patches / freeimage.003_gcc47_compat.patch
1 diff -NaurwB freeimage-3.16.0__0/Source/OpenEXR/IlmImf/ImfAutoArray.h freeimage-3.16.0__1/Source/OpenEXR/IlmImf/ImfAutoArray.h
2 --- freeimage-3.16.0__0/Source/OpenEXR/IlmImf/ImfAutoArray.h    2014-03-08 01:31:08.000000000 +0400
3 +++ freeimage-3.16.0__1/Source/OpenEXR/IlmImf/ImfAutoArray.h    2017-03-15 14:10:35.682298047 +0300
4 @@ -45,6 +45,7 @@
5  //-----------------------------------------------------------------------------
6  
7  #include "OpenEXRConfig.h"
8 +#include <string.h>
9  #if !defined(_WIN32) || defined(__MINGW32__)
10  // needed for memset
11  #include <string.h>