Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51229 - branches/release/libs/date_time/test
From: andrey.semashev_at_[hidden]
Date: 2009-02-12 15:33:56


Author: andysem
Date: 2009-02-12 15:33:55 EST (Thu, 12 Feb 2009)
New Revision: 51229
URL: http://svn.boost.org/trac/boost/changeset/51229

Log:
Added missing include for the BOOST_NO_STD_WSTRING macro.

Text files modified:
   branches/release/libs/date_time/test/testfrmwk.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/release/libs/date_time/test/testfrmwk.hpp
==============================================================================
--- branches/release/libs/date_time/test/testfrmwk.hpp (original)
+++ branches/release/libs/date_time/test/testfrmwk.hpp 2009-02-12 15:33:55 EST (Thu, 12 Feb 2009)
@@ -12,6 +12,7 @@
 
 #include <iostream>
 #include <string>
+#include <boost/config.hpp>
 
 //! Really simple test framework for counting and printing
 class TestStats


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