Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-05-14 07:14:30


Author: johnmaddock
Date: 2008-05-14 07:14:30 EDT (Wed, 14 May 2008)
New Revision: 45353
URL: http://svn.boost.org/trac/boost/changeset/45353

Log:
Added needed #includes to source files.

Text files modified:
   trunk/libs/regex/src/usinstances.cpp | 2 ++
   trunk/libs/regex/src/wc_regex_traits.cpp | 2 ++
   2 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/libs/regex/src/usinstances.cpp
==============================================================================
--- trunk/libs/regex/src/usinstances.cpp (original)
+++ trunk/libs/regex/src/usinstances.cpp 2008-05-14 07:14:30 EDT (Wed, 14 May 2008)
@@ -25,6 +25,8 @@
 
 #ifdef _DLL_CPPLIB
 #include <boost/detail/workaround.hpp>
+#include <memory>
+#include <string>
 //
 // This is a horrible workaround, without declaring these symbols extern we get
 // duplicate symbol errors when linking if the application is built without

Modified: trunk/libs/regex/src/wc_regex_traits.cpp
==============================================================================
--- trunk/libs/regex/src/wc_regex_traits.cpp (original)
+++ trunk/libs/regex/src/wc_regex_traits.cpp 2008-05-14 07:14:30 EDT (Wed, 14 May 2008)
@@ -23,6 +23,8 @@
 #include <boost/detail/workaround.hpp>
 
 #ifdef _DLL_CPPLIB
+#include <memory>
+#include <string>
 //
 // This is a horrible workaround, without declaring these symbols extern we get
 // duplicate symbol errors when linking if the application is built without


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