From e2b1ba25139e40211fd6c183a750c6dd3d95e25a Mon Sep 17 00:00:00 2001 From: Francesco Stefanni Date: Wed, 24 Nov 2021 08:20:46 +0100 Subject: [PATCH] Fixed compiling with ESP32 --- src/HTTPConnection.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/HTTPConnection.hpp b/src/HTTPConnection.hpp index fb15d7a..f3a3375 100644 --- a/src/HTTPConnection.hpp +++ b/src/HTTPConnection.hpp @@ -6,7 +6,11 @@ #include #include +#ifdef ESP32 +#include +#else #include +#endif #include // Required for sockets