summaryrefslogtreecommitdiff
path: root/src/other_tools/utils/curl_easy_handle.hpp
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2023-02-20 13:01:32 +0100
committerSascha Roloff <sascha.roloff@huawei.com>2023-02-20 18:31:07 +0100
commit1d954d5a1f06e65b8422b32d53d69db9fed2d60b (patch)
tree53d564b19bf837cf7a2f78c398813a6ce0d00798 /src/other_tools/utils/curl_easy_handle.hpp
parentdd8b9e54fc609d856a0d71c47eb2e0f8a98ab3bd (diff)
downloadjustbuild-1d954d5a1f06e65b8422b32d53d69db9fed2d60b.tar.gz
Print libcurl debug output in just-mr only in case of an error or in case of tracing
Diffstat (limited to 'src/other_tools/utils/curl_easy_handle.hpp')
-rw-r--r--src/other_tools/utils/curl_easy_handle.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/utils/curl_easy_handle.hpp b/src/other_tools/utils/curl_easy_handle.hpp
index c22f6c1d..33bf462e 100644
--- a/src/other_tools/utils/curl_easy_handle.hpp
+++ b/src/other_tools/utils/curl_easy_handle.hpp
@@ -19,6 +19,7 @@
#include <functional>
#include <memory>
#include <optional>
+#include <string>
#include "gsl-lite/gsl-lite.hpp"
#include "src/other_tools/utils/curl_context.hpp"