aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceDigital.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2023-12-23 21:24:33 +0100
committerJF <JF002@users.noreply.github.com>2023-12-23 21:29:13 +0100
commitfc5424cb72e477c5f1bbfaeddb5c50b851a965ae (patch)
treee8eb7fc4cf513c17c4583c9feb89b46515a27338 /src/displayapp/screens/WatchFaceDigital.h
parent2ee2b8523affe827d2ec1921f8a1793a473f6444 (diff)
User applications selection using CMake
Fix include path since last rebase.
Diffstat (limited to 'src/displayapp/screens/WatchFaceDigital.h')
-rw-r--r--src/displayapp/screens/WatchFaceDigital.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.h b/src/displayapp/screens/WatchFaceDigital.h
index a124a1c5..a4664792 100644
--- a/src/displayapp/screens/WatchFaceDigital.h
+++ b/src/displayapp/screens/WatchFaceDigital.h
@@ -9,7 +9,7 @@
#include "components/ble/BleController.h"
#include "displayapp/widgets/StatusIcons.h"
#include "utility/DirtyValue.h"
-#include "displayapp/Apps.h"
+#include "displayapp/apps/Apps.h"
namespace Pinetime {
namespace Controllers {