From 41dc5ef84d67c4f02ea183780a4add54d949b63f Mon Sep 17 00:00:00 2001 From: chegewara Date: Fri, 30 Nov 2018 14:35:54 +0100 Subject: Fix missing include --- src/BLEValue.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BLEValue.cpp b/src/BLEValue.cpp index 05c8d17..ec1e61f 100644 --- a/src/BLEValue.cpp +++ b/src/BLEValue.cpp @@ -6,6 +6,7 @@ */ #include "sdkconfig.h" #if defined(CONFIG_BT_ENABLED) +#include "BLEValue.h" #if defined(ARDUINO_ARCH_ESP32) && defined(CONFIG_ARDUHAL_ESP_LOG) #include "esp32-hal-log.h" -- cgit v1.2.3