summaryrefslogtreecommitdiff
path: root/daemon/sensorPlugins/stepCounter.cpp
diff options
context:
space:
mode:
authorArseniy-Movshev <dodoradio@outlook.com>2023-07-02 12:11:28 +0100
committerArseniy-Movshev <dodoradio@outlook.com>2023-07-02 12:12:53 +0100
commit162c92bc3b3a7dbe3d1484f7efc812aa36b23bcb (patch)
treeeb4c4fe2638229f03adb220b5f0b2090ce670514 /daemon/sensorPlugins/stepCounter.cpp
parente1617431b4d1ef72c96d89d0754d42ed0e2cdb24 (diff)
Move fileaddrecord to common.h so that it can be used from qml plugin
Diffstat (limited to '')
-rw-r--r--daemon/sensorPlugins/stepCounter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/sensorPlugins/stepCounter.cpp b/daemon/sensorPlugins/stepCounter.cpp
index fd09e81..87c1c3c 100644
--- a/daemon/sensorPlugins/stepCounter.cpp
+++ b/daemon/sensorPlugins/stepCounter.cpp
@@ -19,6 +19,7 @@
#include <time.h>
#include "../logger.h"
+#include "../../common.h"
#include "stepCounter.h"