mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-05 21:09:59 +01:00
main : add <cstring> header
This commit is contained in:
parent
86ecfc6333
commit
a7f1f33715
@ -8,6 +8,7 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
|
||||
// Terminal color map. 10 colors grouped in ranges [0.0, 0.1, ..., 0.9]
|
||||
// Lowest is red, middle is yellow, highest is green.
|
||||
|
Loading…
Reference in New Issue
Block a user