Boost logo

Boost :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-10-15 10:20:00


Hello,

this file uses the function node_from_value() but does not include
detail/index_node_base.hpp where the function is declared.

Attached patch fixes this, OK to commit?

Regards,
Markus

Index: ordered_index.hpp
===================================================================
--- ordered_index.hpp (revision 40040)
+++ ordered_index.hpp (working copy)
@@ -58,6 +58,7 @@
 #include <boost/multi_index/detail/scope_guard.hpp>
 #include <boost/multi_index/detail/unbounded.hpp>
 #include <boost/multi_index/detail/value_compare.hpp>
+#include <boost/multi_index/detail/index_node_base.hpp>
 #include <boost/multi_index/ordered_index_fwd.hpp>
 #include <boost/ref.hpp>
 #include <boost/tuple/tuple.hpp>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk