mirror of
https://github.com/esphome/esphome.git
synced 2025-09-29 00:22:21 +01:00
Add vector includes (#4080)
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "pid_controller.h"
|
||||
#include "pid_simulator.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace pid {
|
||||
|
||||
|
@@ -5,6 +5,8 @@
|
||||
#include "esphome/components/sensor/sensor.h"
|
||||
#include "esphome/components/output/float_output.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace pid {
|
||||
|
||||
|
Reference in New Issue
Block a user