diff --git a/test/range_distance_compat_test.cpp b/test/range_distance_compat_test.cpp index ef7e301..8fd918f 100644 --- a/test/range_distance_compat_test.cpp +++ b/test/range_distance_compat_test.cpp @@ -4,6 +4,15 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) +// The following Boost.MPL includes are needed to mitigate the missing includes in Boost.Range. +// They can be removed once https://github.com/boostorg/range/pull/154 is merged. +// -- Begin workaround includes +#include +#include +#include +#include +// -- End of workaround includes + #include #include #include