From c1f3fcd05cc171ec0f6520b51606d262ceab7e9d Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Mon, 7 Apr 2025 10:02:15 -0700 Subject: [PATCH] Add explicit using arduino::IPAddress to headers Fix issue with WiFiNINA includes. Fixes #2887 --- cores/rp2040/IPAddress.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/rp2040/IPAddress.h b/cores/rp2040/IPAddress.h index 210a91d42..7d94d46e7 100644 --- a/cores/rp2040/IPAddress.h +++ b/cores/rp2040/IPAddress.h @@ -1 +1,2 @@ #include "api/IPAddress.h" +using arduino::IPAddress;