X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fiunordered_set_hook.hpp;h=c79ac2cec67eebd96edb9795c6d85573450b4a8f;hb=fd884ba2ba992b5032c0644ade77613074216767;hp=2c059ca4e16cd29802bf6443e56fb6a5f3733136;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/boost/intrusive/iunordered_set_hook.hpp b/boost/intrusive/iunordered_set_hook.hpp index 2c059ca..c79ac2c 100644 --- a/boost/intrusive/iunordered_set_hook.hpp +++ b/boost/intrusive/iunordered_set_hook.hpp @@ -14,12 +14,12 @@ #ifndef BOOST_INTRUSIVE_IHASHSET_HOOK_HPP #define BOOST_INTRUSIVE_IHASHSET_HOOK_HPP -#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 "islist_hook.hpp" +#include "linking_policy.hpp" #include #include @@ -565,6 +565,6 @@ class iunordered_set_auto_member_hook } //namespace intrusive } //namespace boost -#include +#include "detail/config_end.hpp" #endif //BOOST_INTRUSIVE_IHASHSET_HOOK_HPP