X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fdetail%2Fihashtable.hpp;h=f320edbbe0eefc793ecfb32ff4244ae1697d5231;hb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;hp=62ea986095095c65687deb7589735a32804629cf;hpb=c448a643750c87940ac41b3cef33b6379950aa54;p=senf.git diff --git a/boost/intrusive/detail/ihashtable.hpp b/boost/intrusive/detail/ihashtable.hpp index 62ea986..f320edb 100644 --- a/boost/intrusive/detail/ihashtable.hpp +++ b/boost/intrusive/detail/ihashtable.hpp @@ -12,7 +12,7 @@ #ifndef BOOST_INTRUSIVE_IHASHTABLE_HPP #define BOOST_INTRUSIVE_IHASHTABLE_HPP -#include +#include "config_begin.hpp" //std C++ #include #include @@ -25,12 +25,12 @@ #include #include //General intrusive utilities -#include -#include -#include +#include "pointer_type.hpp" +#include "pointer_to_other.hpp" +#include "../linking_policy.hpp" //Implementation utilities -#include -#include +#include "../iunordered_set_hook.hpp" +#include "../islist.hpp" #include #include @@ -1012,6 +1012,6 @@ class ihashtable } //namespace intrusive } //namespace boost -#include +#include "config_end.hpp" #endif //BOOST_INTRUSIVE_IHASHTABLE_HPP