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

pull/1305/head
Evgeny Kuznetsov 2023-09-18 10:51:10 +03:00 committed by GitHub
parent 951a119926
commit 700f63a806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "whisper.h"
#include <cstdio>
#include <cstring>
#include <string>
#include <thread>