Skip to content

Commit 4aaa3a3

Browse files
NeroBurnerJF002
authored andcommitted
SettingShakeThreshold: add missing SystemTask.h, relative include
SettingShakeThreshold.h uses SystemTask, but doesn't include the header. Fixing that for the simulator. For consistency make the header include a relative to src include.
1 parent a2a70f8 commit 4aaa3a3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/displayapp/screens/settings/SettingShakeThreshold.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "SettingShakeThreshold.h"
1+
#include "displayapp/screens/settings/SettingShakeThreshold.h"
22
#include <lvgl/lvgl.h>
33
#include "displayapp/DisplayApp.h"
44
#include "displayapp/screens/Screen.h"

src/displayapp/screens/settings/SettingShakeThreshold.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "components/settings/Settings.h"
66
#include "displayapp/screens/Screen.h"
77
#include <components/motion/MotionController.h>
8+
#include "systemtask/SystemTask.h"
89
namespace Pinetime {
910

1011
namespace Applications {

0 commit comments

Comments
 (0)