fix standalone compiling

This commit is contained in:
Proddy
2023-11-10 11:54:41 +01:00
parent 52077cbd07
commit 3fc36b5e50
3 changed files with 19 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
#include <cstdint>
#include <cstring>
#include <string>
#include <math.h>
#include <algorithm> // for count_if
@@ -187,4 +188,6 @@ void yield(void);
void setup(void);
void loop(void);
#endif