Skip to content

Commit 5f427c9

Browse files
PilnyTomasSuGlider
andauthored
Added #include <vector> into BLEAdvertisedDevice.h (#6990)
Co-authored-by: Rodrigo Garcia <[email protected]>
1 parent cc08dd3 commit 5f427c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/BLE/src/BLEAdvertisedDevice.h

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <esp_gattc_api.h>
1313

1414
#include <map>
15+
#include <vector>
1516

1617
#include "BLEAddress.h"
1718
#include "BLEScan.h"

0 commit comments

Comments
 (0)