Add vector includes (#4080)

This commit is contained in:
Jesse Hills
2022-11-24 13:12:55 +13:00
committed by GitHub
parent ce5cedb466
commit 9273e3775b
128 changed files with 252 additions and 24 deletions
@@ -6,6 +6,8 @@
#include "esphome/components/binary_sensor/binary_sensor.h"
#include <esp_idf_version.h>
#include <vector>
#if ESP_IDF_VERSION_MAJOR >= 4
#include <driver/touch_sensor.h>
#else