diff --git a/src/network_interfaces/ws_networking_pico.h b/src/network_interfaces/ws_networking_pico.h index 43b35900..b6b7136d 100644 --- a/src/network_interfaces/ws_networking_pico.h +++ b/src/network_interfaces/ws_networking_pico.h @@ -23,6 +23,7 @@ #define PICO_CONNECT_RETRY_DELAY_MS 200 /*!< delay time between retries. */ #include "Wippersnapper.h" +#include "Wippersnapper_Networking.h" #include "Adafruit_MQTT.h" #include "Adafruit_MQTT_Client.h"