From f1774a49ca865a63a6f43392c68afbf5eeb27f39 Mon Sep 17 00:00:00 2001 From: tomaszduda23 Date: Mon, 14 Oct 2024 23:16:33 +0200 Subject: [PATCH] Update esphome/components/udp/udp_component.h Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- esphome/components/udp/udp_component.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/udp/udp_component.h b/esphome/components/udp/udp_component.h index bbe46a562f..da939af817 100644 --- a/esphome/components/udp/udp_component.h +++ b/esphome/components/udp/udp_component.h @@ -1,6 +1,7 @@ #pragma once #include "esphome/core/component.h" +#include "esphome/core/defines.h" #ifdef USE_NETWORK #ifdef USE_SENSOR #include "esphome/components/sensor/sensor.h"