From faa776a060934d586319a2080bdcf50f02317eb5 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 13 Feb 2025 12:44:37 +0100 Subject: [PATCH] curl: fix missing #include Signed-off-by: Simon Rozman --- include/stdex/curl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stdex/curl.hpp b/include/stdex/curl.hpp index 39c672b22..d76d3356d 100644 --- a/include/stdex/curl.hpp +++ b/include/stdex/curl.hpp @@ -7,6 +7,7 @@ #include "compat.hpp" #include +#include #include #include