sim: WeatherService: add missing algorithm include

main
Reinhold Gschweicher 2023-02-26 21:46:42 +07:00
parent 35aca7323d
commit f457925952
1 changed files with 1 additions and 0 deletions

@ -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;