1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Fix compilation error (#2447)

This commit is contained in:
Martin
2021-10-05 17:56:32 +02:00
committed by GitHub
parent e22f1fc044
commit a57580b5ab

View File

@@ -1,4 +1,5 @@
#include "shutdown_switch.h"
#include "esphome/core/hal.h"
#include "esphome/core/log.h"
#include "esphome/core/application.h"