mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Add vector include (#3707)
This commit is contained in:
parent
c7dc396b6d
commit
479f7703a2
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@
|
|||
|
||||
#include "esphome/core/component.h"
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
class UDP;
|
||||
|
||||
|
|
Loading…
Reference in a new issue