diff --git a/src/TinyMqtt.h b/src/TinyMqtt.h index f6bff7b..dc78a2c 100644 --- a/src/TinyMqtt.h +++ b/src/TinyMqtt.h @@ -19,6 +19,8 @@ #ifdef TINY_MQTT_ASYNC #include // https://github.com/me-no-dev/AsyncTCP #endif +#elif defined(ARDUINO_ARCH_RP2040) + #include #endif #ifdef EPOXY_DUINO #define dbg_ptr uint64_t