Add missing import to bedjet (#3490)

This commit is contained in:
Jesse Hills 2022-05-19 16:23:40 +12:00
parent 6617d576a7
commit b66af9fb4d
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -4,6 +4,7 @@
#include "esphome/components/esp32_ble_tracker/esp32_ble_tracker.h"
#include "esphome/components/climate/climate.h"
#include "esphome/core/component.h"
#include "esphome/core/defines.h"
#include "esphome/core/hal.h"
#include "bedjet_base.h"