blob: 3aed6333d656b762d3b72d79b375b2232cae3605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/libs/context/src/fcontext.cpp.new 2012-12-11 17:59:59.349131458 +0100
+++ b/libs/context/src/fcontext.cpp 2012-12-11 18:00:06.925131652 +0100
@@ -9,6 +9,9 @@
#include <boost/context/fcontext.hpp>
#include <cstddef>
+extern "C" {
+#include <stdint.h>
+}
#ifdef BOOST_HAS_ABI_HEADERS
# include BOOST_ABI_PREFIX
|