From e92ef0663ca1e095ea019152658ea90983b2c8db Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Tue, 6 Mar 2012 07:39:13 +0000 Subject: [PATCH] context: header boost/cstdint.hpp added for uintptr_t [SVN r77246] --- src/fcontext.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fcontext.cpp b/src/fcontext.cpp index 7d3ffcd..6589119 100644 --- a/src/fcontext.cpp +++ b/src/fcontext.cpp @@ -10,6 +10,8 @@ #include +#include + #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif