Add missing nrf_log.h includes shadowed by SystemMonitor.h

Some components were missing a `nrf_log.h` include. This missing
include was accidentally provided by the SystemMonitor.h header, which
was included by Systemtask.h
This commit is contained in:
Reinhold Gschweicher 2022-02-20 14:45:59 +01:00 committed by JF
parent 30797b37bc
commit 5fe5cee9ef
5 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include "components/ble/MotionService.h"
#include "components/motion/MotionController.h"
#include "systemtask/SystemTask.h"
#include <nrf_log.h>
using namespace Pinetime::Controllers;