X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fdetail%2Fslist_node.hpp;h=f7921ba62f790328bc66813976c72b6977ba1ae4;hb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;hp=d3ea2f31bc9eec0f8b1a3ff6ef96f8ab64fce95e;hpb=c448a643750c87940ac41b3cef33b6379950aa54;p=senf.git diff --git a/boost/intrusive/detail/slist_node.hpp b/boost/intrusive/detail/slist_node.hpp index d3ea2f3..f7921ba 100644 --- a/boost/intrusive/detail/slist_node.hpp +++ b/boost/intrusive/detail/slist_node.hpp @@ -14,12 +14,12 @@ #ifndef BOOST_INTRUSIVE_SLIST_NODE_HPP #define BOOST_INTRUSIVE_SLIST_NODE_HPP -#include +#include "config_begin.hpp" #include #include -#include -#include -#include +#include "pointer_type.hpp" +#include "pointer_to_other.hpp" +#include "../slist_algorithms.hpp" #include #include @@ -105,6 +105,6 @@ class slist_iterator } //namespace intrusive } //namespace boost -#include +#include "config_end.hpp" #endif //BOOST_INTRUSIVE_SLIST_NODE_HPP