diff --git a/cores/arduino/Arduino.h b/cores/arduino/Arduino.h index 77454cecf5..c87061df9d 100644 --- a/cores/arduino/Arduino.h +++ b/cores/arduino/Arduino.h @@ -29,6 +29,10 @@ #error "GCC version 6.3 or higher is required" #endif +#ifdef __IN_ECLIPSE__ +#include "SrcWrapper.h" +#endif + #include "wiring.h" /* sketch */