Add missing include

This commit is contained in:
Jimmy Hedman 2023-11-25 21:50:56 +01:00
parent 4b8c104539
commit cb5a3a9dab
No known key found for this signature in database

View File

@ -3,6 +3,7 @@
#include "esphome/core/log.h"
#include "esphome/core/helpers.h"
#include "esphome/core/hal.h"
#include "esphome/core/defines.h"
#ifdef USE_MDNS
#include "esphome/components/mdns/mdns_component.h"
#endif