$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77246 - trunk/libs/context/src
From: oliver.kowalke_at_[hidden]
Date: 2012-03-06 02:39:16
Author: olli
Date: 2012-03-06 02:39:13 EST (Tue, 06 Mar 2012)
New Revision: 77246
URL: http://svn.boost.org/trac/boost/changeset/77246
Log:
context: header boost/cstdint.hpp added for uintptr_t
Text files modified: 
   trunk/libs/context/src/fcontext.cpp |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/libs/context/src/fcontext.cpp
==============================================================================
--- trunk/libs/context/src/fcontext.cpp	(original)
+++ trunk/libs/context/src/fcontext.cpp	2012-03-06 02:39:13 EST (Tue, 06 Mar 2012)
@@ -10,6 +10,8 @@
 
 #include <cstddef>
 
+#include <boost/cstdint.hpp>
+
 #ifdef BOOST_HAS_ABI_HEADERS
 #  include BOOST_ABI_PREFIX
 #endif