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

[light] add missing header (#10590)

This commit is contained in:
tomaszduda23
2025-09-09 01:10:29 +02:00
committed by GitHub
parent 5cc0e21bc7
commit f6d69231e8
3 changed files with 39 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include "light_transformer.h"
#include <vector>
#include <strings.h>
namespace esphome {
namespace light {