From a2356f2f4a61f9df77b07d5762581682b1e28c24 Mon Sep 17 00:00:00 2001 From: NeroBurner Date: Sun, 29 Sep 2024 21:10:32 +0200 Subject: MusicService: add missing includes for TickType_t and xTaskGetTickCount (#2130) Add `FreeRTOS.h` include for the directly used data type `TickType_t` in the header and the function `xTaskGetTickCount` from FreeRTOS's `task.h` --- src/components/ble/MusicService.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/ble/MusicService.h') diff --git a/src/components/ble/MusicService.h b/src/components/ble/MusicService.h index f4b902fe..93d94a34 100644 --- a/src/components/ble/MusicService.h +++ b/src/components/ble/MusicService.h @@ -25,6 +25,7 @@ #include #undef max #undef min +#include namespace Pinetime { namespace Controllers { -- cgit v1.2.3-70-g09d2