Adding missing includes.

pull/156/head
Michael-Paul Moore 2022-04-10 15:16:52 -07:00
parent 90eaacd589
commit e2df4b7cdd
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "WatchyExpanded", "name": "WatchyExpanded",
"version": "1.4.0", "version": "1.4.1",
"description": "Watchy - An Open Source E-Paper Watch by SQFMI", "description": "Watchy - An Open Source E-Paper Watch by SQFMI",
"authors": [ "authors": [
{ {

View File

@ -3,6 +3,12 @@
// STL // STL
#include <vector> #include <vector>
// GxEPD2
#include <GxEPD2_BW.h>
// Time
#include <TimeLib.h>
// Defs // Defs
class CWatchFace; class CWatchFace;