From e2b9989ba5031978591c67bd1fe0bdca0ef947ee Mon Sep 17 00:00:00 2001 From: Jeff Hoefs Date: Wed, 19 Aug 2020 15:40:52 -0700 Subject: [PATCH] Import Arduino.h rather than Stream.h --- FirmataMarshaller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirmataMarshaller.h b/FirmataMarshaller.h index 3fa83f6a..2ebf0361 100644 --- a/FirmataMarshaller.h +++ b/FirmataMarshaller.h @@ -22,7 +22,7 @@ #include #endif -#include +#include namespace firmata {