1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +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 <algorithm>
#include <cinttypes> #include <cinttypes>
#include <bit> #include <bit>
#include <sstream>
namespace esphome { namespace esphome {
namespace dynamic_lamp { namespace dynamic_lamp {