$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85439 - in branches/release: . tools tools/quickbook tools/quickbook/src
From: eric_at_[hidden]
Date: 2013-08-23 14:35:46
Author: eric_niebler
Date: 2013-08-23 14:35:46 EDT (Fri, 23 Aug 2013)
New Revision: 85439
URL: http://svn.boost.org/trac/boost/changeset/85439
Log:
merge [85438] from trunk to release, fix quickbook build on msvc
Properties modified: 
   branches/release/   (props changed)
   branches/release/tools/   (props changed)
   branches/release/tools/quickbook/   (props changed)
Text files modified: 
   branches/release/tools/quickbook/src/id_generation.cpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: branches/release/tools/quickbook/src/id_generation.cpp
==============================================================================
--- branches/release/tools/quickbook/src/id_generation.cpp	Fri Aug 23 14:32:47 2013	(r85438)
+++ branches/release/tools/quickbook/src/id_generation.cpp	2013-08-23 14:35:46 EDT (Fri, 23 Aug 2013)	(r85439)
@@ -6,6 +6,7 @@
     http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 
+#include <cctype>
 #include "id_manager_impl.hpp"
 #include <boost/make_shared.hpp>
 #include <boost/unordered_map.hpp>