Skip to content

Commit ec94709

Browse files
committed
Add missing header
1 parent 40ce162 commit ec94709

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

misc-bench/softmax-batch/softmax-batch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <vector>
99
#include <getopt.h>
1010
#include <cmath>
11+
#include <algorithm>
1112
#include "util.h"
1213

1314
using namespace std;

0 commit comments

Comments
 (0)