From bba46393fce03a48092202bc0f0e773240d01a4c Mon Sep 17 00:00:00 2001 From: Bob Chen Date: Mon, 5 Aug 2024 17:40:42 +0800 Subject: [PATCH] Fix clang compile in curl.cpp --- net/curl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/net/curl.cpp b/net/curl.cpp index 6906f43d..8445ae41 100644 --- a/net/curl.cpp +++ b/net/curl.cpp @@ -19,6 +19,7 @@ limitations under the License. #include #include #include +#include #include #include