From ce4b20b06714664640d4dc4c17b2c0e2917271c8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 27 May 2025 15:26:55 -0500 Subject: [PATCH] fi xhost --- esphome/core/application.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/esphome/core/application.h b/esphome/core/application.h index 2db5b8d288..db5be1f7f7 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -10,6 +10,10 @@ #include "esphome/core/preferences.h" #include "esphome/core/scheduler.h" +#ifdef USE_SOCKET_SELECT_SUPPORT +#include +#endif + #ifdef USE_BINARY_SENSOR #include "esphome/components/binary_sensor/binary_sensor.h" #endif