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;