Skip to content

Commit

Permalink
main : add <cstring> header
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Mar 29, 2023
1 parent 86ecfc6 commit a7f1f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7f1f33

Please sign in to comment.