Skip to content

Commit aed5879

Browse files
Add needed std::vector include to BT HID
1 parent 4871202 commit aed5879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/BluetoothHCI/src/BluetoothHCI.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "BluetoothDevice.h"
2929
#include <btstack.h>
3030

31+
#include <vector>
32+
3133

3234
class BluetoothHCI {
3335
public:

0 commit comments

Comments
 (0)