added an #include for Boost.Ref

[SVN r23954]
This commit is contained in:
Joaquín M. López Muñoz
2004-07-22 13:37:47 +00:00
parent 69339b779c
commit 825468bc42

View File

@ -26,6 +26,7 @@
*/ */
#include <boost/tuple/tuple.hpp> // for using pairs with boost::cref #include <boost/tuple/tuple.hpp> // for using pairs with boost::cref
#include <boost/ref.hpp>
namespace boost { namespace boost {