1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

hardwareSerial: add missing include (#5648)

Fix #5644, #include <time.h>
This commit is contained in:
david gauchard 2019-01-21 17:32:17 +01:00 committed by Earle F. Philhower, III
parent 2ffd9c993c
commit 471dd87b5c

View File

@ -28,6 +28,7 @@
#define HardwareSerial_h
#include <inttypes.h>
#include <time.h>
#include "Stream.h"
#include "uart.h"