diff options
Diffstat (limited to 'src/other_tools/utils/curl_url_handle.cpp')
-rw-r--r-- | src/other_tools/utils/curl_url_handle.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/utils/curl_url_handle.cpp b/src/other_tools/utils/curl_url_handle.cpp index 142d1809..93fdc695 100644 --- a/src/other_tools/utils/curl_url_handle.cpp +++ b/src/other_tools/utils/curl_url_handle.cpp @@ -14,7 +14,9 @@ #include "src/other_tools/utils/curl_url_handle.hpp" +#include <algorithm> #include <cstddef> +#include <exception> #include <regex> #include <sstream> |