diff --git a/cpp/cmake/thirdparty/CUDF_GetThrust.cmake b/cpp/cmake/thirdparty/CUDF_GetThrust.cmake index daafe4a33a5..343ade8664d 100644 --- a/cpp/cmake/thirdparty/CUDF_GetThrust.cmake +++ b/cpp/cmake/thirdparty/CUDF_GetThrust.cmake @@ -38,6 +38,6 @@ function(find_and_configure_thrust VERSION) set(Thrust_SOURCE_DIR "${Thrust_SOURCE_DIR}" PARENT_SCOPE) endfunction() -set(CUDF_MIN_VERSION_Thrust 1.10.0) +set(CUDF_MIN_VERSION_Thrust 1.12.0) find_and_configure_thrust(${CUDF_MIN_VERSION_Thrust}) diff --git a/cpp/include/cudf/utilities/span.hpp b/cpp/include/cudf/utilities/span.hpp index 999306d4ee7..0575a5c9f13 100644 --- a/cpp/include/cudf/utilities/span.hpp +++ b/cpp/include/cudf/utilities/span.hpp @@ -22,6 +22,7 @@ #include #include +#include #include #include