mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 07:28:10 +01:00
tlc59208f : fix compilation error (#2867)
This commit is contained in:
parent
5ac88de985
commit
f72abc6f3d
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#include "tlc59208f_output.h"
|
#include "tlc59208f_output.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
|
#include "esphome/core/hal.h"
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace tlc59208f {
|
namespace tlc59208f {
|
||||||
|
|
Loading…
Reference in a new issue