Add defines.h to ethernet_component.h for ENABLE_IPV6 (#5344)

This commit is contained in:
Keith Burzinski 2023-09-05 05:35:20 -05:00 committed by GitHub
parent 97dcbe84da
commit b7a16d5a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
#pragma once
#include "esphome/core/component.h"
#include "esphome/core/defines.h"
#include "esphome/core/hal.h"
#include "esphome/components/network/ip_address.h"