mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2025-01-22 17:30:50 +01:00
fix(Utils): Include <vector>
This commit is contained in:
parent
05bb0774f3
commit
0fbf7103d8
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
#if defined(CONFIG_BT_ENABLED)
|
#if defined(CONFIG_BT_ENABLED)
|
||||||
# include "NimBLEUUID.h"
|
# include "NimBLEUUID.h"
|
||||||
# include "functional"
|
# include "functional"
|
||||||
|
# include <vector>
|
||||||
# include <string>
|
# include <string>
|
||||||
|
|
||||||
class NimBLEAddress;
|
class NimBLEAddress;
|
||||||
|
|
Loading…
Add table
Reference in a new issue