Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83373 - sandbox/type_erasure/libs/type_erasure/example
From: steven_at_[hidden]
Date: 2013-03-09 14:15:16


Author: steven_watanabe
Date: 2013-03-09 14:15:15 EST (Sat, 09 Mar 2013)
New Revision: 83373
URL: http://svn.boost.org/trac/boost/changeset/83373

Log:
Add missing #include.
Text files modified:
   sandbox/type_erasure/libs/type_erasure/example/basic.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/type_erasure/libs/type_erasure/example/basic.cpp
==============================================================================
--- sandbox/type_erasure/libs/type_erasure/example/basic.cpp (original)
+++ sandbox/type_erasure/libs/type_erasure/example/basic.cpp 2013-03-09 14:15:15 EST (Sat, 09 Mar 2013)
@@ -16,6 +16,7 @@
 #include <boost/type_erasure/free.hpp>
 #include <boost/mpl/vector.hpp>
 #include <iostream>
+#include <vector>
 
 namespace mpl = boost::mpl;
 using namespace boost::type_erasure;


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