From e2df4b7cddef40d86d8bc3bebcdf4d3711a4df86 Mon Sep 17 00:00:00 2001 From: Michael-Paul Moore Date: Sun, 10 Apr 2022 15:16:52 -0700 Subject: [PATCH] Adding missing includes. --- library.json | 2 +- src/WatchyExpanded.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 2874856..b4f8145 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "WatchyExpanded", - "version": "1.4.0", + "version": "1.4.1", "description": "Watchy - An Open Source E-Paper Watch by SQFMI", "authors": [ { diff --git a/src/WatchyExpanded.h b/src/WatchyExpanded.h index 5b2dd06..d62bb72 100644 --- a/src/WatchyExpanded.h +++ b/src/WatchyExpanded.h @@ -3,6 +3,12 @@ // STL #include +// GxEPD2 +#include + +// Time +#include + // Defs class CWatchFace;