diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-08-01 14:13:32 +0300 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-08-01 14:13:32 +0300 |
| commit | a618f43b4d8b1d0868c37e10193d3c95ce080040 (patch) | |
| tree | 087d151c77562799ead1058739d289ed44cd74f9 /src/displayapp/screens/Notifications.h | |
| parent | e6dcb3009fe6f847a7486dbb1b3143bbf49a15b9 (diff) | |
Fixes
Diffstat (limited to 'src/displayapp/screens/Notifications.h')
| -rw-r--r-- | src/displayapp/screens/Notifications.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/screens/Notifications.h b/src/displayapp/screens/Notifications.h index 9244e9fa..a02d9b46 100644 --- a/src/displayapp/screens/Notifications.h +++ b/src/displayapp/screens/Notifications.h @@ -5,6 +5,7 @@ #include <memory> #include "Screen.h" #include "components/ble/NotificationManager.h" +#include "components/motor/MotorController.h" namespace Pinetime { namespace Controllers { @@ -19,6 +20,7 @@ namespace Pinetime { explicit Notifications(DisplayApp* app, Pinetime::Controllers::NotificationManager& notificationManager, Pinetime::Controllers::AlertNotificationService& alertNotificationService, + Pinetime::Controllers::MotorController& motorController, Modes mode); ~Notifications() override; |
