Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d011dd7

Browse files
authoredSep 30, 2020
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.