mirror of
https://github.com/esphome/esphome.git
synced 2025-10-13 15:23:49 +01:00
Add vector includes (#4080)
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#include "ble_descriptor.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace esp32_ble_client {
|
||||
|
||||
|
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <esp_bt_defs.h>
|
||||
#include <esp_gap_ble_api.h>
|
||||
|
@@ -6,6 +6,8 @@
|
||||
|
||||
#include "ble_characteristic.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace esp32_ble_client {
|
||||
|
||||
|
Reference in New Issue
Block a user