mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 00:18:11 +01:00
Fix missing include in light_traits.h (#2105)
This commit is contained in:
parent
f751c3828e
commit
69c7cf783e
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "esphome/core/helpers.h"
|
||||
#include "color_mode.h"
|
||||
#include <set>
|
||||
|
||||
|
|
Loading…
Reference in a new issue