add this too

This commit is contained in:
Daniël Koek 2024-01-31 17:45:46 +00:00
parent b9a2676bc6
commit d107d23439
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#include <utility>
#include <string>
#include <vector>
#include "state_naming.h"
#include "esphome/core/component.h"

View file

@ -1,5 +1,6 @@
#include <utility>
#include <vector>
#include <string>
namespace esphome {
namespace state_naming {