diff options
Diffstat (limited to 'src/other_tools/utils/curl_easy_handle.cpp')
-rw-r--r-- | src/other_tools/utils/curl_easy_handle.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/other_tools/utils/curl_easy_handle.cpp b/src/other_tools/utils/curl_easy_handle.cpp index 43bdfced..844e478e 100644 --- a/src/other_tools/utils/curl_easy_handle.cpp +++ b/src/other_tools/utils/curl_easy_handle.cpp @@ -15,9 +15,10 @@ #include "src/other_tools/utils/curl_easy_handle.hpp" #include <cstdio> +#include <exception> #include <fstream> -#include "gsl/gsl" +#include "fmt/core.h" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" |