Boost logo

Boost-Commit :

From: oryol_at_[hidden]
Date: 2008-02-09 00:26:36


Author: jeremypack
Date: 2008-02-09 00:26:34 EST (Sat, 09 Feb 2008)
New Revision: 43185
URL: http://svn.boost.org/trac/boost/changeset/43185

Log:
Fix for MSVC - include string

Text files modified:
   sandbox/libs/reflection/examples/car.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/libs/reflection/examples/car.hpp
==============================================================================
--- sandbox/libs/reflection/examples/car.hpp (original)
+++ sandbox/libs/reflection/examples/car.hpp 2008-02-09 00:26:34 EST (Sat, 09 Feb 2008)
@@ -11,6 +11,7 @@
 
 
 #include <iostream>
+#include <string>
 
 class car {
 private:


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