From 1e3b37623d7321bd832565c09ccdad2bee1ed6f7 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sat, 10 Apr 2021 17:54:46 +0200 Subject: [PATCH] Fix AUnit build --- src/TinyMqtt.h | 4 ++++ 1 file changed, 4 insertions(+) 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