1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-20 20:08:20 +00:00

add missing include in base_automation.h (#8001)

This commit is contained in:
NP v/d Spek 2025-01-13 05:29:38 +01:00 committed by GitHub
parent 13909b7994
commit 9874d17613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
#include "esphome/core/automation.h"
#include "esphome/core/component.h"
#include "esphome/core/hal.h"
#include "esphome/core/defines.h"
#include "esphome/core/preferences.h"