diff --git a/src/TinyMqtt.h b/src/TinyMqtt.h index 966e3db..acd0be0 100644 --- a/src/TinyMqtt.h +++ b/src/TinyMqtt.h @@ -4,6 +4,10 @@ #elif defined(ESP32) #include #include // https://github.com/me-no-dev/AsyncTCP +#elif defined(EPOXY_DUINO) + #include +#else + #error "Unsupported platform" #endif #include #include