Update esphome/components/udp/udp_component.h

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
tomaszduda23 2024-10-14 23:16:33 +02:00 committed by GitHub
parent 350a54fbb3
commit f1774a49ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"