X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Fiunordered_set.hpp;h=72f3dea847cc622ec315ed4900b7a4155006ddbf;hb=8871644fd9655c9e62384f6f39ce7c0c6c8dcf30;hp=73e6d175af5ecc16545dfac09e352d1e508f09ba;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/boost/intrusive/iunordered_set.hpp b/boost/intrusive/iunordered_set.hpp index 73e6d17..72f3dea 100644 --- a/boost/intrusive/iunordered_set.hpp +++ b/boost/intrusive/iunordered_set.hpp @@ -13,8 +13,8 @@ #ifndef BOOST_INTRUSIVE_IHASHSET_HPP #define BOOST_INTRUSIVE_IHASHSET_HPP -#include -#include +#include "detail/config_begin.hpp" +#include "detail/ihashtable.hpp" #include namespace boost { @@ -1649,6 +1649,6 @@ class iunordered_multiset } //namespace intrusive } //namespace boost -#include +#include "detail/config_end.hpp" #endif //BOOST_INTRUSIVE_IHASHSET_HPP