diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-21 21:48:28 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-02 20:18:39 (GMT) |
| commit | 0705b746569cc49f01cceb4832a0cd0bc0afe36c (patch) | |
| tree | 521d5987b7095dcea6250c5de2d0a18cc7e7d788 | |
| parent | e8db73e0e71c3a0b48beb185949e64fcdc79c066 (diff) | |
WatchFaceDigital: add missing include to Settings.h
| -rw-r--r-- | src/displayapp/screens/WatchFaceDigital.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.cpp b/src/displayapp/screens/WatchFaceDigital.cpp index 2894812..8769579 100644 --- a/src/displayapp/screens/WatchFaceDigital.cpp +++ b/src/displayapp/screens/WatchFaceDigital.cpp @@ -12,6 +12,7 @@ #include "components/ble/NotificationManager.h" #include "components/heartrate/HeartRateController.h" #include "components/motion/MotionController.h" +#include "components/settings/Settings.h" using namespace Pinetime::Applications::Screens; WatchFaceDigital::WatchFaceDigital(DisplayApp* app, |
