X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fslist_algorithms.hpp;h=19158ce780e3963e6bca443ef8eb345a9c3c5021;hb=fd884ba2ba992b5032c0644ade77613074216767;hp=b88ad10d1b5fbd008087ce797a738b1f94600552;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/boost/intrusive/slist_algorithms.hpp b/boost/intrusive/slist_algorithms.hpp index b88ad10..19158ce 100644 --- a/boost/intrusive/slist_algorithms.hpp +++ b/boost/intrusive/slist_algorithms.hpp @@ -14,11 +14,11 @@ #ifndef BOOST_INTRUSIVE_SLIST_ALGORITHMS_HPP #define BOOST_INTRUSIVE_SLIST_ALGORITHMS_HPP -#include +#include "detail/config_begin.hpp" #include #include -#include -#include +#include "detail/pointer_type.hpp" +#include "detail/pointer_to_other.hpp" #include #include @@ -241,6 +241,6 @@ class slist_algorithms } //namespace intrusive } //namespace boost -#include +#include "detail/config_end.hpp" #endif //BOOST_INTRUSIVE_SLIST_ALGORITHMS_HPP