Skip to content

Commit a2efef5

Browse files
committed
hardwareSerial: add missing include
fix esp8266#5644
1 parent cee0796 commit a2efef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp8266/HardwareSerial.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#define HardwareSerial_h
2929

3030
#include <inttypes.h>
31+
#include <time.h>
3132
#include "Stream.h"
3233
#include "uart.h"
3334

0 commit comments

Comments
 (0)