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;