]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
bench: fix missing include <cstring> (#1303)
authorEvgeny Kuznetsov <redacted>
Mon, 18 Sep 2023 07:51:10 +0000 (10:51 +0300)
committerGitHub <redacted>
Mon, 18 Sep 2023 07:51:10 +0000 (15:51 +0800)
examples/bench/bench.cpp

index ac0e6bb959f5d9d191212f71df920802efb3b747..dfb1d11bc29ca9c698c2294282b768141e242db9 100644 (file)
@@ -1,6 +1,7 @@
 #include "whisper.h"
 
 #include <cstdio>
+#include <cstring>
 #include <string>
 #include <thread>