Skip to content

Commit d011dd7

Browse files
authored
Missing include in BLE header causes compilation to fail (#3865)
1 parent 475208e commit d011dd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)