diff --git a/src/HTTPConnection.hpp b/src/HTTPConnection.hpp index fb15d7a..adf8819 100644 --- a/src/HTTPConnection.hpp +++ b/src/HTTPConnection.hpp @@ -6,7 +6,7 @@ #include <string> #include <mbedtls/base64.h> -#include <hwcrypto/sha.h> +#include <sha/sha_parallel_engine.h> #include <functional> // Required for sockets