Spaces:
Running
Running
Evgeny Kuznetsov
commited on
bench: fix missing include <cstring> (#1303)
Browse files- 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 |
|