2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-25 16:32:09 +00:00

Merge pull request #21 from lorenzb/develop

Fix missing #include causing compilation errors

Thanks, nice find!
This commit is contained in:
Noel Belcourt
2014-11-02 13:38:20 -07:00

View File

@@ -13,6 +13,8 @@
#include <iosfwd>
#include <boost/functional/hash.hpp>
namespace boost {
namespace detail {