#pragma once #include #include namespace vcpkg::Archives { void extract_archive(const VcpkgPaths& paths, const fs::path& archive, const fs::path& to_path); }