ggerganov commited on
Commit
073aa7f
·
unverified ·
1 Parent(s): 1da4beb

main : add <cstring> header

Browse files
Files changed (1) hide show
  1. examples/main/main.cpp +1 -0
examples/main/main.cpp CHANGED
@@ -8,6 +8,7 @@
8
  #include <string>
9
  #include <thread>
10
  #include <vector>
 
11
 
12
  // Terminal color map. 10 colors grouped in ranges [0.0, 0.1, ..., 0.9]
13
  // Lowest is red, middle is yellow, highest is green.
 
8
  #include <string>
9
  #include <thread>
10
  #include <vector>
11
+ #include <cstring>
12
 
13
  // Terminal color map. 10 colors grouped in ranges [0.0, 0.1, ..., 0.9]
14
  // Lowest is red, middle is yellow, highest is green.