Fix missing include in light_traits.h (#2105)

This commit is contained in:
John K. Luebs 2021-08-01 14:13:46 -05:00 committed by GitHub
parent f751c3828e
commit 69c7cf783e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#pragma once
#include "esphome/core/helpers.h"
#include "color_mode.h"
#include <set>