1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00

fix: add <sstream> include for string stream functionality in dynamic_lamp component

This commit is contained in:
Oliver Kleinecke 2025-02-19 11:58:00 +01:00
parent 35ca6dafc0
commit 173c06c114

View File

@ -11,6 +11,7 @@
#include <algorithm>
#include <cinttypes>
#include <bit>
#include <sstream>
namespace esphome {
namespace dynamic_lamp {