From 5b18c26a286e7e6dd4b732da2eaaf8664595ff7d Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Fri, 5 Apr 2024 22:37:07 +0000 Subject: [PATCH] Fix header for std::min/max. Why do I always think it's utility instead of algorithm.... --- nvbench/detail/measure_hot.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvbench/detail/measure_hot.cuh b/nvbench/detail/measure_hot.cuh index ae2b4f1..c917583 100644 --- a/nvbench/detail/measure_hot.cuh +++ b/nvbench/detail/measure_hot.cuh @@ -27,7 +27,7 @@ #include -#include +#include namespace nvbench {