From 9ebe24e680dbf7fb423198197af0ce3f03aa1398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 21 Jan 2023 15:07:30 +0100 Subject: [PATCH] that didn't hurt at all --- src/platform/esp32/BleOta.h | 1 + src/platform/nrf52/NRF52Bluetooth.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/platform/esp32/BleOta.h b/src/platform/esp32/BleOta.h index 16ea45b84..f4c510920 100644 --- a/src/platform/esp32/BleOta.h +++ b/src/platform/esp32/BleOta.h @@ -1,6 +1,7 @@ #ifndef BLEOTA_H #define BLEOTA_H +#include #include class BleOta diff --git a/src/platform/nrf52/NRF52Bluetooth.h b/src/platform/nrf52/NRF52Bluetooth.h index 025e9e4c8..b4438ff39 100644 --- a/src/platform/nrf52/NRF52Bluetooth.h +++ b/src/platform/nrf52/NRF52Bluetooth.h @@ -1,5 +1,7 @@ #pragma once +#include + class NRF52Bluetooth { public: