From ad4b6b420641683656309e5075002112cad25dbd Mon Sep 17 00:00:00 2001 From: alba-ado <91315153+alba-ado@users.noreply.github.com> Date: Tue, 7 Jun 2022 18:38:02 +0300 Subject: [PATCH] Fixing PlatformIO dependency problem (#389) Fixing the PlatformIO dependency problem mentioned in; https://community.platformio.org/t/adafruit-gfx-lib-will-not-build-any-more-pio-5/15776/12 --- Adafruit_GFX.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Adafruit_GFX.h b/Adafruit_GFX.h index b9d63c6e..cd549aaa 100644 --- a/Adafruit_GFX.h +++ b/Adafruit_GFX.h @@ -9,6 +9,9 @@ #endif #include "gfxfont.h" +#include +#include + /// A generic graphics superclass that can handle all sorts of drawing. At a /// minimum you can subclass and provide drawPixel(). At a maximum you can do a /// ton of overriding to optimize. Used for any/all Adafruit displays!