Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62231 - branches/release/boost/parameter
From: dgregor_at_[hidden]
Date: 2010-05-26 03:47:08


Author: dgregor
Date: 2010-05-26 03:47:05 EDT (Wed, 26 May 2010)
New Revision: 62231
URL: http://svn.boost.org/trac/boost/changeset/62231

Log:
Add some missing includes for the parameter library
Text files modified:
   branches/release/boost/parameter/preprocessor.hpp | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: branches/release/boost/parameter/preprocessor.hpp
==============================================================================
--- branches/release/boost/parameter/preprocessor.hpp (original)
+++ branches/release/boost/parameter/preprocessor.hpp 2010-05-26 03:47:05 EDT (Wed, 26 May 2010)
@@ -14,7 +14,9 @@
 # include <boost/parameter/aux_/preprocessor/flatten.hpp>
 
 # include <boost/preprocessor/repetition/repeat_from_to.hpp>
+# include <boost/preprocessor/comparison/equal.hpp>
 # include <boost/preprocessor/control/if.hpp>
+# include <boost/preprocessor/control/iif.hpp>
 # include <boost/preprocessor/control/expr_if.hpp>
 # include <boost/preprocessor/repetition/enum_params.hpp>
 # include <boost/preprocessor/repetition/enum_binary_params.hpp>
@@ -24,6 +26,7 @@
 # include <boost/preprocessor/seq/for_each_i.hpp>
 # include <boost/preprocessor/tuple/elem.hpp>
 # include <boost/preprocessor/seq/fold_left.hpp>
+# include <boost/preprocessor/seq/push_back.hpp>
 # include <boost/preprocessor/seq/size.hpp>
 # include <boost/preprocessor/seq/enum.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