Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79423 - trunk/boost/container
From: igaztanaga_at_[hidden]
Date: 2012-07-11 13:51:50


Author: igaztanaga
Date: 2012-07-11 13:51:50 EDT (Wed, 11 Jul 2012)
New Revision: 79423
URL: http://svn.boost.org/trac/boost/changeset/79423

Log:
Ticket #7103: boost/container/string.hpp missing #include <boost/functional/hash.hpp>
Text files modified:
   trunk/boost/container/string.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/container/string.hpp
==============================================================================
--- trunk/boost/container/string.hpp (original)
+++ trunk/boost/container/string.hpp 2012-07-11 13:51:50 EDT (Wed, 11 Jul 2012)
@@ -47,6 +47,7 @@
 #include <boost/container/detail/mpl.hpp>
 #include <boost/move/move.hpp>
 #include <boost/static_assert.hpp>
+#include <boost/functional/hash.hpp>
 
 #include <functional>
 #include <string>


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