Spaces:
Sleeping
Sleeping
main : add <cstring> header
Browse files- 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.
|