Update of /cvsroot/boost/boost/boost/function/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31409/detail

Modified Files:
        prologue.hpp 
Log Message:
Put back #include <functional> in case functionN.hpp is used directly

Index: prologue.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/function/detail/prologue.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- prologue.hpp        10 Jul 2006 13:17:41 -0000      1.10
+++ prologue.hpp        12 Jul 2006 22:12:01 -0000      1.11
@@ -11,6 +11,7 @@
 #define BOOST_FUNCTION_PROLOGUE_HPP
 #  include <cassert>
 #  include <algorithm>
+#  include <functional> // unary_function, binary_function
 #  include <boost/throw_exception.hpp>
 #  include <boost/config.hpp>
 #  include <boost/function/function_base.hpp>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to