mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 05:24:53 +01:00
Add missing vector.h for lightwaverf (#6196)
This commit is contained in:
parent
558588ee8a
commit
a91937dca5
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#include "esphome/core/component.h"
|
||||
#include "esphome/core/hal.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace lightwaverf {
|
||||
|
||||
|
|
Loading…
Reference in a new issue