X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fiset_hook.hpp;h=cc6a225cc0ad64b17c012edeed919c3d05e69e2e;hb=7225d467b3ceaf96bce7ec914a88acb9608c2f5e;hp=539e593395a837d4aad4da6b68bdc44c327914ef;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/boost/intrusive/iset_hook.hpp b/boost/intrusive/iset_hook.hpp index 539e593..cc6a225 100644 --- a/boost/intrusive/iset_hook.hpp +++ b/boost/intrusive/iset_hook.hpp @@ -14,13 +14,13 @@ #ifndef BOOST_INTRUSIVE_ISET_HOOK_HPP #define BOOST_INTRUSIVE_ISET_HOOK_HPP -#include -#include -#include -#include -#include -#include -#include +#include "detail/config_begin.hpp" +#include "detail/utilities.hpp" +#include "detail/pointer_type.hpp" +#include "detail/pointer_to_other.hpp" +#include "detail/rbtree_node.hpp" +#include "rbtree_algorithms.hpp" +#include "linking_policy.hpp" #include #include @@ -685,6 +685,6 @@ class iset_auto_member_hook } //namespace intrusive } //namespace boost -#include +#include "detail/config_end.hpp" #endif //BOOST_INTRUSIVE_ISET_HOOK_HPP