4cb778de866105913d61978b4cec7add339a8b3f
[openwrt/svn-archive/packages.git] / libs / boost / patches / 200-cstdint_missing_include.patch
1 --- a/libs/context/src/fcontext.cpp.new 2012-12-11 17:59:59.349131458 +0100
2 +++ b/libs/context/src/fcontext.cpp 2012-12-11 18:00:06.925131652 +0100
3 @@ -9,6 +9,9 @@
4 #include <boost/context/fcontext.hpp>
5
6 #include <cstddef>
7 +extern "C" {
8 +#include <stdint.h>
9 +}
10
11 #ifdef BOOST_HAS_ABI_HEADERS
12 # include BOOST_ABI_PREFIX