Evgeny Kuznetsov commited on
Commit
eb68655
·
unverified ·
1 Parent(s): c4e797f

bench: fix missing include <cstring> (#1303)

Browse files
Files changed (1) hide show
  1. examples/bench/bench.cpp +1 -0
examples/bench/bench.cpp CHANGED
@@ -1,6 +1,7 @@
1
  #include "whisper.h"
2
 
3
  #include <cstdio>
 
4
  #include <string>
5
  #include <thread>
6
 
 
1
  #include "whisper.h"
2
 
3
  #include <cstdio>
4
+ #include <cstring>
5
  #include <string>
6
  #include <thread>
7