X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Frbtree_algorithms.hpp;h=045c6695d57f7643f92f3bd941c3526cf92c1b03;hb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;hp=96c47f409b9a0455bb76e07d2699c4faec6fad4e;hpb=c448a643750c87940ac41b3cef33b6379950aa54;p=senf.git diff --git a/boost/intrusive/rbtree_algorithms.hpp b/boost/intrusive/rbtree_algorithms.hpp index 96c47f4..045c669 100644 --- a/boost/intrusive/rbtree_algorithms.hpp +++ b/boost/intrusive/rbtree_algorithms.hpp @@ -39,11 +39,11 @@ #ifndef BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP #define BOOST_INTRUSIVE_RBTREE_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 #include @@ -1156,6 +1156,6 @@ class rbtree_algorithms } //namespace intrusive } //namespace boost -#include +#include "detail/config_end.hpp" #endif //BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP