Skip to content

Commit 66d838f

Browse files
nekr0ziThalay
authored andcommitted
bench: fix missing include <cstring> (ggml-org#1303)
1 parent 6db8f10 commit 66d838f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/bench/bench.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "whisper.h"
22

33
#include <cstdio>
4+
#include <cstring>
45
#include <string>
56
#include <thread>
67

0 commit comments

Comments
 (0)