X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=boost%2Fintrusive%2Flist_algorithms.hpp;h=56b7c8d6af26d1c01795305588b18c3d17206c5a;hb=7225d467b3ceaf96bce7ec914a88acb9608c2f5e;hp=8e16de2edcd8f34aa8894788287129ff762ec81e;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/boost/intrusive/list_algorithms.hpp b/boost/intrusive/list_algorithms.hpp index 8e16de2..56b7c8d 100644 --- a/boost/intrusive/list_algorithms.hpp +++ b/boost/intrusive/list_algorithms.hpp @@ -14,11 +14,11 @@ #ifndef BOOST_INTRUSIVE_LIST_ALGORITHMS_HPP #define BOOST_INTRUSIVE_LIST_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 @@ -284,6 +284,6 @@ class list_algorithms } //namespace intrusive } //namespace boost -#include +#include "detail/config_end.hpp" #endif //BOOST_INTRUSIVE_LIST_ALGORITHMS_HPP