Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-04-28 12:46:33


Author: eric_niebler
Date: 2008-04-28 12:46:33 EDT (Mon, 28 Apr 2008)
New Revision: 44857
URL: http://svn.boost.org/trac/boost/changeset/44857

Log:
add missing #include
Text files modified:
   trunk/boost/parameter/aux_/tagged_argument.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/parameter/aux_/tagged_argument.hpp
==============================================================================
--- trunk/boost/parameter/aux_/tagged_argument.hpp (original)
+++ trunk/boost/parameter/aux_/tagged_argument.hpp 2008-04-28 12:46:33 EDT (Mon, 28 Apr 2008)
@@ -14,6 +14,7 @@
 # include <boost/mpl/and.hpp>
 # include <boost/mpl/not.hpp>
 # include <boost/type_traits/is_same.hpp>
+# include <boost/type_traits/is_convertible.hpp>
 # include <boost/type_traits/is_reference.hpp>
 
 namespace boost { namespace parameter { namespace aux {


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