Fix header for std::min/max.

Why do I always think it's utility instead of algorithm....
This commit is contained in:
Allison Piper
2024-04-05 22:37:07 +00:00
parent 6a409efa2d
commit 5b18c26a28

View File

@@ -27,7 +27,7 @@
#include <cuda_runtime.h>
#include <utility>
#include <algorithm>
namespace nvbench
{