X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fdetail%2Flist_node.hpp;h=6ab4d7f4944a64ebaf98b74db3d8b0b244f1b97a;hb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;hp=cfbf97bf52d6235ecdc3536595e8bf8566beb03f;hpb=c448a643750c87940ac41b3cef33b6379950aa54;p=senf.git diff --git a/boost/intrusive/detail/list_node.hpp b/boost/intrusive/detail/list_node.hpp index cfbf97b..6ab4d7f 100644 --- a/boost/intrusive/detail/list_node.hpp +++ b/boost/intrusive/detail/list_node.hpp @@ -14,12 +14,12 @@ #ifndef BOOST_INTRUSIVE_LIST_NODE_HPP #define BOOST_INTRUSIVE_LIST_NODE_HPP -#include +#include "config_begin.hpp" #include #include -#include -#include -#include +#include "pointer_type.hpp" +#include "pointer_to_other.hpp" +#include "../list_algorithms.hpp" #include #include @@ -123,6 +123,6 @@ class list_iterator } //namespace intrusive } //namespace boost -#include +#include "config_end.hpp" #endif //BOOST_INTRUSIVE_LIST_NODE_HPP