Update of /cvsroot/boost/boost/boost/date_time
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30098

Modified Files:
      Tag: RC_1_34_0
        time_zone_base.hpp 
Log Message:
fix problem with acc by including sstream

Index: time_zone_base.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/date_time/time_zone_base.hpp,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- time_zone_base.hpp  18 Feb 2006 20:58:01 -0000      1.6
+++ time_zone_base.hpp  23 Feb 2007 15:29:16 -0000      1.6.2.1
@@ -10,6 +10,7 @@
 
 
 #include <string>
+#include <sstream>
 
 namespace boost {
 namespace date_time {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to