diff options
Diffstat (limited to 'src/other_tools/utils/content.hpp')
-rw-r--r-- | src/other_tools/utils/content.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/other_tools/utils/content.hpp b/src/other_tools/utils/content.hpp index 15268daf..a644f5bd 100644 --- a/src/other_tools/utils/content.hpp +++ b/src/other_tools/utils/content.hpp @@ -15,16 +15,18 @@ #ifndef INCLUDED_SRC_OTHER_TOOLS_UTILS_CONTENT_HPP #define INCLUDED_SRC_OTHER_TOOLS_UTILS_CONTENT_HPP +#include <memory> #include <optional> #include <string> #include <utility> // std::move +#include <vector> +#include "fmt/core.h" #include "src/buildtool/common/user_structs.hpp" #include "src/buildtool/crypto/hasher.hpp" #include "src/buildtool/logging/log_level.hpp" #include "src/other_tools/just_mr/mirrors.hpp" #include "src/other_tools/utils/curl_easy_handle.hpp" -#include "src/other_tools/utils/curl_url_handle.hpp" #include "src/utils/cpp/expected.hpp" // Utilities related to the content of an archive |