main : add <cstring> header

pull/687/head
Georgi Gerganov 2023-03-29 23:59:45 +03:00
parent 86ecfc6333
commit a7f1f33715
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 0 deletions

View 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.