1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 20:32:21 +01:00

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

View File

@@ -1,6 +1,7 @@
#pragma once
#include <memory>
#include <vector>
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"

View File

@@ -3,6 +3,8 @@
#include "esphome/core/log.h"
#include "esphome/core/helpers.h"
#include <vector>
namespace esphome {
namespace nfc {

View File

@@ -4,6 +4,8 @@
#include "esphome/core/helpers.h"
#include "ndef_record.h"
#include <vector>
namespace esphome {
namespace nfc {

View File

@@ -4,6 +4,8 @@
#include "esphome/core/helpers.h"
#include "ndef_record.h"
#include <vector>
namespace esphome {
namespace nfc {

View File

@@ -6,6 +6,8 @@
#include "ndef_message.h"
#include "nfc_tag.h"
#include <vector>
namespace esphome {
namespace nfc {

View File

@@ -1,6 +1,7 @@
#pragma once
#include <memory>
#include <vector>
#include "esphome/core/log.h"
#include "esphome/core/helpers.h"