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

fix: correct stringview to string_view in dynamic_lamp component

This commit is contained in:
Oliver Kleinecke
2025-02-14 15:00:01 +01:00
parent e487fd4e42
commit fb993828cc
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#include "dynamic_lamp.h"
#include <string>
#include <cstring>
#include <stringview>
#include <string_view>
#include <vector>
namespace esphome {