X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fiset.hpp;h=4634facb20bc04ada9679bdec923502b0eae0300;hb=c6fb7bc1210f26501d95064eb8e6399a881f884e;hp=7edd34bd8f1024fa0e0418d18dce2095797b53aa;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/boost/intrusive/iset.hpp b/boost/intrusive/iset.hpp index 7edd34b..4634fac 100644 --- a/boost/intrusive/iset.hpp +++ b/boost/intrusive/iset.hpp @@ -13,8 +13,8 @@ #ifndef BOOST_INTRUSIVE_ISET_HPP #define BOOST_INTRUSIVE_ISET_HPP -#include -#include +#include "detail/config_begin.hpp" +#include "detail/irbtree.hpp" #include namespace boost { @@ -1567,6 +1567,6 @@ inline void swap(imultiset& x, imultiset& y) } //namespace intrusive } //namespace boost -#include +#include "detail/config_end.hpp" #endif //BOOST_INTRUSIVE_ISET_HPP