aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/weather
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-02-23 20:00:58 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-02-25 17:44:06 +0200
commit8baa317e7e5de0e8358b9a604a96620ed24b3bf8 (patch)
tree3d95843b53c9232401c75e5a251bd76f46a931ab /src/components/ble/weather
parent959778d770aedb56d773e7fde07c8c967d5b35eb (diff)
date: Remove date lib
DateTimeController can provide everything we need.
Diffstat (limited to 'src/components/ble/weather')
-rw-r--r--src/components/ble/weather/WeatherService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ble/weather/WeatherService.cpp b/src/components/ble/weather/WeatherService.cpp
index e606d9bf..fd13f819 100644
--- a/src/components/ble/weather/WeatherService.cpp
+++ b/src/components/ble/weather/WeatherService.cpp
@@ -15,6 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+#include <algorithm>
#include <qcbor/qcbor_spiffy_decode.h>
#include "WeatherService.h"
#include "libs/QCBOR/inc/qcbor/qcbor.h"