Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 6bdc1fc

Browse files
committed
Add Arduino.h include for ArduinoCore-API based cores
1 parent 545dd87 commit 6bdc1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ArduinoSTL.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef ARDUINOSTL_M_H
1010
#define ARDUINOSTL_M_H
1111

12+
#include "Arduino.h"
1213
#include <serstream>
1314

1415
// Create cout and cin.. there doesn't seem to be a way

0 commit comments

Comments
 (0)