include ctime needed for newest GCC (#8722)
This commit is contained in:
parent
cc4efb2cef
commit
9e52647709
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <ctime>
|
||||
|
||||
#include "pins_arduino.h"
|
||||
#include "HardwareSerial.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue