From 32ea701537c919e93d4dd59e5df9561b03249a5f Mon Sep 17 00:00:00 2001 From: swapnil nair <155532058+swapnil-aurva@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:20:30 +0530 Subject: [PATCH] Add algorithm header to banded_attn_proto.cpp Fix cmake failing with `no member named 'max' in namespace 'std';` --- bench/banded_attn_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/banded_attn_proto.cpp b/bench/banded_attn_proto.cpp index 50e9e02..72b7eb1 100644 --- a/bench/banded_attn_proto.cpp +++ b/bench/banded_attn_proto.cpp @@ -9,7 +9,7 @@ #include #include #include - +#include #include #include #include