From f457925952014a37557bf1e641346465beb2d6a5 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Sun, 26 Feb 2023 21:46:42 +0100 Subject: [PATCH] sim: WeatherService: add missing algorithm include --- sim/components/ble/weather/WeatherService.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/components/ble/weather/WeatherService.cpp b/sim/components/ble/weather/WeatherService.cpp index 5086f64..88ff41a 100644 --- a/sim/components/ble/weather/WeatherService.cpp +++ b/sim/components/ble/weather/WeatherService.cpp @@ -19,6 +19,7 @@ #include "components/ble/weather/WeatherService.h" //#include "libs/QCBOR/inc/qcbor/qcbor.h" #include "systemtask/SystemTask.h" +#include using namespace Pinetime::Controllers;