From ec94709754ad02a9dbfb4ad79da4da7b022b2afd Mon Sep 17 00:00:00 2001 From: Boming Kong Date: Mon, 29 Sep 2025 13:43:15 -0400 Subject: [PATCH] Add missing header --- misc-bench/softmax-batch/softmax-batch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/misc-bench/softmax-batch/softmax-batch.cpp b/misc-bench/softmax-batch/softmax-batch.cpp index 9f2910f0..43085c9c 100644 --- a/misc-bench/softmax-batch/softmax-batch.cpp +++ b/misc-bench/softmax-batch/softmax-batch.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include "util.h" using namespace std;