mirror of
https://github.com/esphome/esphome.git
synced 2025-09-05 21:02:20 +01:00
fix: add <sstream> include for string stream functionality in dynamic_lamp component
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <algorithm>
|
||||
#include <cinttypes>
|
||||
#include <bit>
|
||||
#include <sstream>
|
||||
|
||||
namespace esphome {
|
||||
namespace dynamic_lamp {
|
||||
|
Reference in New Issue
Block a user