mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +01:00
add this too
This commit is contained in:
parent
b9a2676bc6
commit
d107d23439
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
#include <utility>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "state_naming.h"
|
||||
#include "esphome/core/component.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include <utility>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
namespace esphome {
|
||||
namespace state_naming {
|
||||
|
||||
|
|
Loading…
Reference in a new issue