Skip to content

Commit

Permalink
Trying to fix error from Github Build Action
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberneel committed Nov 24, 2024
1 parent 98b9932 commit 1a6f3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/displayapp/DisplayApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "displayapp/screens/Screen.h"
#include "components/timer/Timer.h"
#include "components/alarm/AlarmController.h"
#include "components/infinisleep/InfiniSleepController.h"
#include "touchhandler/TouchHandler.h"

#include "displayapp/Messages.h"
Expand Down
1 change: 1 addition & 0 deletions src/displayapp/DisplayAppRecovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ namespace Pinetime {
class SimpleWeatherService;
class MusicService;
class NavigationService;
class InfiniSleepController;
}

namespace System {
Expand Down

0 comments on commit 1a6f3cd

Please sign in to comment.