mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
Add vector includes (#4080)
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include "esphome/core/automation.h"
|
||||
#include "tuya.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace tuya {
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
#include "esphome/components/tuya/tuya.h"
|
||||
#include "esphome/components/select/select.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace tuya {
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
#include "esphome/components/time/real_time_clock.h"
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace tuya {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user