Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59618 - trunk/boost/xpressive
From: eric_at_[hidden]
Date: 2010-02-10 09:42:50


Author: eric_niebler
Date: 2010-02-10 09:42:50 EST (Wed, 10 Feb 2010)
New Revision: 59618
URL: http://svn.boost.org/trac/boost/changeset/59618

Log:
add missing include, refers #3915
Text files modified:
   trunk/boost/xpressive/regex_error.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/xpressive/regex_error.hpp
==============================================================================
--- trunk/boost/xpressive/regex_error.hpp (original)
+++ trunk/boost/xpressive/regex_error.hpp 2010-02-10 09:42:50 EST (Wed, 10 Feb 2010)
@@ -17,6 +17,7 @@
 #include <string>
 #include <stdexcept>
 #include <boost/throw_exception.hpp>
+#include <boost/current_function.hpp>
 #include <boost/exception/exception.hpp>
 #include <boost/xpressive/regex_constants.hpp>
 


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