diff --git a/src/ArborX.hpp b/src/ArborX.hpp index a907d5f07..dfd1e98db 100644 --- a/src/ArborX.hpp +++ b/src/ArborX.hpp @@ -24,5 +24,10 @@ #include #include #include +// FIXME: we include ArborX_DetailsUtils.hpp only for backward compatibility for +// users using deprecated functions in ArborX namespace (min, max, +// adjacentDifference, ...). This header should be removed when we remove those +// functions. +#include #endif