commit | 3458a33a06e62b9a6162f7445c57aa0712bc65ad | [log] [tgz] |
---|---|---|
author | PSONALl <77670766+PSONALl@users.noreply.github.com> | Thu Jun 15 01:59:47 2023 +0530 |
committer | GitHub <noreply@github.com> | Wed Jun 14 16:29:47 2023 -0400 |
tree | 3211525d5ce46c89738b10de33f6e98d640ad720 | |
parent | 4e9d26e7c0a1d5da5b642d8f4fc21e7937ea8337 [diff] |
fix compilation error for esp32 ble controller (#27231)
diff --git a/src/platform/ESP32/BLEManagerImpl.h b/src/platform/ESP32/BLEManagerImpl.h index d47010e..e7f6178 100644 --- a/src/platform/ESP32/BLEManagerImpl.h +++ b/src/platform/ESP32/BLEManagerImpl.h
@@ -24,6 +24,7 @@ */ #pragma once +#include <string> #if CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE