mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Add vector include (#3707)
This commit is contained in:
parent
e2c8e69d12
commit
4759b4fe2e
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