Salome HOME
spns #32926: backport KERNEL & CONFIGURATION fixes on more recent platforms to ensure...
[tools/sat_salome.git] / products / patches / boost-1.52.0-cstdint_missing_include.patch
1 diff -rupN boost-1.52.0/libs/context/src/fcontext.cpp boost-1.52.0_new/libs/context/src/fcontext.cpp
2 --- boost-1.52.0/libs/context/src/fcontext.cpp  2012-09-18 11:06:47.000000000 +0200
3 +++ boost-1.52.0_new/libs/context/src/fcontext.cpp      2014-06-04 11:23:59.123944000 +0200
4 @@ -9,6 +9,9 @@
5  #include <boost/context/fcontext.hpp>
6  
7  #include <cstddef>
8 +extern "C" { 
9 +#include <stdint.h> 
10 +} 
11  
12  #ifdef BOOST_HAS_ABI_HEADERS
13  #  include BOOST_ABI_PREFIX