1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-08 14:22:21 +01:00

fix: include necessary headers in dynamic_lamp.cpp and dynamic_lamp.h for improved functionality

This commit is contained in:
Oliver Kleinecke
2025-02-14 18:01:58 +01:00
parent 0d1456548e
commit 55755f4849
2 changed files with 3 additions and 2 deletions

View File

@@ -5,8 +5,7 @@
#include <cstring>
#include <string_view>
#include <vector>
#include "main.h"
#include <array>
namespace esphome {
namespace dynamic_lamp {