1
0
Fork 0

sim: WeatherService: add missing algorithm include

This commit is contained in:
Reinhold Gschweicher 2023-02-26 21:46:42 +01:00
parent 35aca7323d
commit f457925952

View file

@ -19,6 +19,7 @@
#include "components/ble/weather/WeatherService.h" #include "components/ble/weather/WeatherService.h"
//#include "libs/QCBOR/inc/qcbor/qcbor.h" //#include "libs/QCBOR/inc/qcbor/qcbor.h"
#include "systemtask/SystemTask.h" #include "systemtask/SystemTask.h"
#include <algorithm>
using namespace Pinetime::Controllers; using namespace Pinetime::Controllers;