Skip to content

Commit

Permalink
bench: fix missing include <cstring> (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekr0z authored Sep 18, 2023
1 parent 951a119 commit 700f63a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/bench/bench.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "whisper.h"

#include <cstdio>
#include <cstring>
#include <string>
#include <thread>

Expand Down

0 comments on commit 700f63a

Please sign in to comment.