Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-02-05 16:07:31


Author: eric_niebler
Date: 2008-02-05 16:07:31 EST (Tue, 05 Feb 2008)
New Revision: 43120
URL: http://svn.boost.org/trac/boost/changeset/43120

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

Modified: trunk/boost/xpressive/proto/eval.hpp
==============================================================================
--- trunk/boost/xpressive/proto/eval.hpp (original)
+++ trunk/boost/xpressive/proto/eval.hpp 2008-02-05 16:07:31 EST (Tue, 05 Feb 2008)
@@ -10,6 +10,7 @@
 #define BOOST_PROTO_EVAL_HPP_EAN_03_29_2007
 
 #include <boost/xpressive/proto/detail/prefix.hpp> // must be first include
+#include <boost/xpressive/proto/proto_fwd.hpp> // BOOST_PROTO_CALLABLE
 #include <boost/type_traits/remove_reference.hpp>
 #include <boost/xpressive/proto/detail/suffix.hpp> // must be last include
 


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