From 26872335aa930bbaa04302a614c4e346147b3186 Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Mon, 16 Mar 2026 17:25:27 +0100 Subject: [PATCH] Drop `` include We only want `max` and `bit_width` --- thrust/thrust/detail/random_bijection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thrust/thrust/detail/random_bijection.h b/thrust/thrust/detail/random_bijection.h index a22177b4b6f..4c38808dc4d 100644 --- a/thrust/thrust/detail/random_bijection.h +++ b/thrust/thrust/detail/random_bijection.h @@ -10,10 +10,11 @@ #include +#include +#include #include #include #include -#include #include THRUST_NAMESPACE_BEGIN