Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79722 - sandbox/type_erasure/libs/type_erasure/example
From: steven_at_[hidden]
Date: 2012-07-24 13:18:21


Author: steven_watanabe
Date: 2012-07-24 13:18:20 EDT (Tue, 24 Jul 2012)
New Revision: 79722
URL: http://svn.boost.org/trac/boost/changeset/79722

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

Modified: sandbox/type_erasure/libs/type_erasure/example/intro.cpp
==============================================================================
--- sandbox/type_erasure/libs/type_erasure/example/intro.cpp (original)
+++ sandbox/type_erasure/libs/type_erasure/example/intro.cpp 2012-07-24 13:18:20 EDT (Tue, 24 Jul 2012)
@@ -16,6 +16,7 @@
 #include <boost/type_erasure/relaxed_match.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