Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-01-03 01:46:13


Author: eric_niebler
Date: 2008-01-03 01:46:12 EST (Thu, 03 Jan 2008)
New Revision: 42434
URL: http://svn.boost.org/trac/boost/changeset/42434

Log:
Merged revisions 42433 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r42433 | eric_niebler | 2008-01-02 22:11:00 -0800 (Wed, 02 Jan 2008) | 1 line
  
  add missing #includes
........

Properties modified:
   branches/release/ (props changed)
Text files modified:
   branches/release/boost/xpressive/traits/c_regex_traits.hpp | 1 +
   branches/release/boost/xpressive/traits/cpp_regex_traits.hpp | 1 +
   2 files changed, 2 insertions(+), 0 deletions(-)

Modified: branches/release/boost/xpressive/traits/c_regex_traits.hpp
==============================================================================
--- branches/release/boost/xpressive/traits/c_regex_traits.hpp (original)
+++ branches/release/boost/xpressive/traits/c_regex_traits.hpp 2008-01-03 01:46:12 EST (Thu, 03 Jan 2008)
@@ -16,6 +16,7 @@
 # pragma once
 #endif
 
+#include <cstdlib>
 #include <boost/config.hpp>
 #include <boost/assert.hpp>
 #include <boost/xpressive/traits/detail/c_ctype.hpp>

Modified: branches/release/boost/xpressive/traits/cpp_regex_traits.hpp
==============================================================================
--- branches/release/boost/xpressive/traits/cpp_regex_traits.hpp (original)
+++ branches/release/boost/xpressive/traits/cpp_regex_traits.hpp 2008-01-03 01:46:12 EST (Thu, 03 Jan 2008)
@@ -16,6 +16,7 @@
 # pragma once
 #endif
 
+#include <ios>
 #include <string>
 #include <locale>
 #include <sstream>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk