mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Add missing import to bedjet (#3490)
This commit is contained in:
parent
6617d576a7
commit
b66af9fb4d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
#include "esphome/components/esp32_ble_tracker/esp32_ble_tracker.h"
|
#include "esphome/components/esp32_ble_tracker/esp32_ble_tracker.h"
|
||||||
#include "esphome/components/climate/climate.h"
|
#include "esphome/components/climate/climate.h"
|
||||||
#include "esphome/core/component.h"
|
#include "esphome/core/component.h"
|
||||||
|
#include "esphome/core/defines.h"
|
||||||
#include "esphome/core/hal.h"
|
#include "esphome/core/hal.h"
|
||||||
#include "bedjet_base.h"
|
#include "bedjet_base.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue