diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/binaryparagraph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg/binaryparagraph.h b/toolsrc/include/vcpkg/binaryparagraph.h index 8099367c2..d75e4abb1 100644 --- a/toolsrc/include/vcpkg/binaryparagraph.h +++ b/toolsrc/include/vcpkg/binaryparagraph.h @@ -3,7 +3,7 @@ #include <vcpkg/packagespec.h> #include <vcpkg/sourceparagraph.h> -#include <unordered_map> +#include <map> namespace vcpkg { @@ -40,7 +40,7 @@ namespace vcpkg std::vector<std::string> default_features; std::vector<std::string> depends; std::string abi; - std::unordered_map<std::string, std::string> external_files; + std::map<fs::path, std::string> external_files; mutable ConsistencyState consistency = ConsistencyState::UNKNOWN; }; |
