Add missing vector.h for lightwaverf (#6196)

This commit is contained in:
Keith Burzinski 2024-02-07 15:53:44 -06:00 committed by GitHub
parent 558588ee8a
commit a91937dca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "esphome/core/component.h"
#include "esphome/core/hal.h"
#include <vector>
namespace esphome {
namespace lightwaverf {