From 6bdc1fc73e71f7066e2b20a05d073f5bff1eb669 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Wed, 18 Nov 2020 17:17:45 +0100 Subject: [PATCH] Add Arduino.h include for ArduinoCore-API based cores --- src/ArduinoSTL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ArduinoSTL.h b/src/ArduinoSTL.h index 3fb432f8..b729f79b 100644 --- a/src/ArduinoSTL.h +++ b/src/ArduinoSTL.h @@ -9,6 +9,7 @@ #ifndef ARDUINOSTL_M_H #define ARDUINOSTL_M_H +#include "Arduino.h" #include // Create cout and cin.. there doesn't seem to be a way