From ce835cb5d371919f197b656b611afcb4ae6e249b Mon Sep 17 00:00:00 2001 From: CombiesGit Date: Wed, 21 Oct 2020 12:50:11 +0200 Subject: [PATCH] Update LiquidCrystal.h Resolves Problem with Arduino Every --- src/LiquidCrystal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LiquidCrystal.h b/src/LiquidCrystal.h index da950ce..f482551 100644 --- a/src/LiquidCrystal.h +++ b/src/LiquidCrystal.h @@ -1,6 +1,8 @@ #ifndef LiquidCrystal_h #define LiquidCrystal_h +#include + #include #include "Print.h"