Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60776 - branches/release/boost/parameter/aux_
From: andrey.semashev_at_[hidden]
Date: 2010-03-22 16:18:30


Author: andysem
Date: 2010-03-22 16:18:30 EDT (Mon, 22 Mar 2010)
New Revision: 60776
URL: http://svn.boost.org/trac/boost/changeset/60776

Log:
Added missing include.
Text files modified:
   branches/release/boost/parameter/aux_/arg_list.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/release/boost/parameter/aux_/arg_list.hpp
==============================================================================
--- branches/release/boost/parameter/aux_/arg_list.hpp (original)
+++ branches/release/boost/parameter/aux_/arg_list.hpp 2010-03-22 16:18:30 EDT (Mon, 22 Mar 2010)
@@ -24,6 +24,7 @@
 #include <boost/type_traits/is_same.hpp>
 #include <boost/type_traits/is_base_and_derived.hpp>
 #include <boost/preprocessor/repetition/enum_params.hpp>
+#include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/facilities/intercept.hpp>
 
 namespace boost { namespace parameter {


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