Skip to content

Commit 326cabf

Browse files
[ESP32]: Fix the build failure with esp32 ble controller enabled (project-chip#38240)
1 parent 841af0c commit 326cabf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/platform/ESP32/BLEManagerImpl.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525

2626
#pragma once
2727
#include <sdkconfig.h>
28+
#include <string>
29+
30+
#if CONFIG_BT_NIMBLE_ENABLED
31+
#include <vector>
32+
#endif
2833

2934
#include <lib/core/Optional.h>
3035

0 commit comments

Comments
 (0)