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:
parent
35ca6dafc0
commit
173c06c114
@ -11,6 +11,7 @@
|
||||
#include <algorithm>
|
||||
#include <cinttypes>
|
||||
#include <bit>
|
||||
#include <sstream>
|
||||
|
||||
namespace esphome {
|
||||
namespace dynamic_lamp {
|
||||
|
Loading…
x
Reference in New Issue
Block a user