Skip to content

Commit

Permalink
Fix header for std::min/max.
Browse files Browse the repository at this point in the history
Why do I always think it's utility instead of algorithm....
  • Loading branch information
alliepiper committed Apr 5, 2024
1 parent 6a409ef commit 5b18c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvbench/detail/measure_hot.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <cuda_runtime.h>

#include <utility>
#include <algorithm>

namespace nvbench
{
Expand Down

0 comments on commit 5b18c26

Please sign in to comment.