X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fslist_algorithms.hpp;h=19158ce780e3963e6bca443ef8eb345a9c3c5021;hb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;hp=b88ad10d1b5fbd008087ce797a738b1f94600552;hpb=c448a643750c87940ac41b3cef33b6379950aa54;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