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

[debug] add missing header (#8666)

This commit is contained in:
Kevin Ahrendt
2025-05-01 07:50:32 -05:00
committed by GitHub
parent d6699fa3c0
commit ced7ae1d7a

View File

@@ -14,6 +14,8 @@
#include <Esp.h> #include <Esp.h>
#endif #endif
#include <map>
namespace esphome { namespace esphome {
namespace debug { namespace debug {