|
Boost-Commit : |
From: eric_at_[hidden]
Date: 2008-08-16 01:11:12
Author: eric_niebler
Date: 2008-08-16 01:11:12 EDT (Sat, 16 Aug 2008)
New Revision: 48170
URL: http://svn.boost.org/trac/boost/changeset/48170
Log:
add missing #include
Text files modified:
trunk/boost/proto/extends.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/proto/extends.hpp
==============================================================================
--- trunk/boost/proto/extends.hpp (original)
+++ trunk/boost/proto/extends.hpp 2008-08-16 01:11:12 EDT (Sat, 16 Aug 2008)
@@ -21,6 +21,7 @@
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
#include <boost/preprocessor/repetition/enum_trailing_params.hpp>
#include <boost/preprocessor/repetition/enum_trailing_binary_params.hpp>
+#include <boost/preprocessor/seq/for_each.hpp>
#include <boost/utility/addressof.hpp>
#include <boost/utility/result_of.hpp>
#include <boost/proto/proto_fwd.hpp>
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