]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
main : add <cstring> header
authorGeorgi Gerganov <redacted>
Wed, 29 Mar 2023 20:59:45 +0000 (23:59 +0300)
committerGeorgi Gerganov <redacted>
Wed, 29 Mar 2023 20:59:45 +0000 (23:59 +0300)
examples/main/main.cpp

index 91e2350826af4886c0b9db57504284cd9db81962..7b2885c73398b85b7249ffc700d7075c023f2552 100644 (file)
@@ -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.