Skip to content

Commit 85a2530

Browse files
NeroBurnerJF002
authored andcommitted
Clock: add missing Settings include
Add missing include in `Clock.cpp` for `Settings.h`. The Settings class is forward declared in the header file, but it needs to be included in the cpp file.
1 parent b8dfad4 commit 85a2530

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/displayapp/screens/Clock.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "components/motion/MotionController.h"
77
#include "components/ble/BleController.h"
88
#include "components/ble/NotificationManager.h"
9+
#include "components/settings/Settings.h"
910
#include "displayapp/DisplayApp.h"
1011
#include "displayapp/screens/WatchFaceDigital.h"
1112
#include "displayapp/screens/WatchFaceAnalog.h"

0 commit comments

Comments
 (0)