From bf4b5d4ffa8ecfc0a20356ed12b3588847bb8632 Mon Sep 17 00:00:00 2001 From: kiss81 <61309045+kiss81@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:29:18 +0100 Subject: [PATCH] ESP IDF 5.2 include fix (#144) --- src/NimBLEAttValue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NimBLEAttValue.h b/src/NimBLEAttValue.h index be346d5..786bc8b 100644 --- a/src/NimBLEAttValue.h +++ b/src/NimBLEAttValue.h @@ -24,6 +24,7 @@ #include #include +#include #ifndef CONFIG_NIMBLE_CPP_ATT_VALUE_TIMESTAMP_ENABLED # define CONFIG_NIMBLE_CPP_ATT_VALUE_TIMESTAMP_ENABLED 0