diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-12-06 15:26:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 15:26:58 -0800 |
| commit | 6dfe1be6fa865be127756db039d1bd79e30fd7cc (patch) | |
| tree | f00420879fe46be0aace4d86030768f6eaedb742 /toolsrc/src/vcpkg-test/binarycaching.cpp | |
| parent | 5e7794f3f2784f953d4ca8a92cd816f65cebf41f (diff) | |
| download | vcpkg-6dfe1be6fa865be127756db039d1bd79e30fd7cc.tar.gz vcpkg-6dfe1be6fa865be127756db039d1bd79e30fd7cc.zip | |
[vcpkg] Add --nuget-description option for `vcpkg export` (#14953)
Diffstat (limited to 'toolsrc/src/vcpkg-test/binarycaching.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg-test/binarycaching.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg-test/binarycaching.cpp b/toolsrc/src/vcpkg-test/binarycaching.cpp index eefe2a9c1..3cede064c 100644 --- a/toolsrc/src/vcpkg-test/binarycaching.cpp +++ b/toolsrc/src/vcpkg-test/binarycaching.cpp @@ -1,6 +1,7 @@ #include <catch2/catch.hpp> #include <vcpkg/base/files.h> +#include <vcpkg/base/xmlserializer.h> #include <vcpkg/binarycaching.h> #include <vcpkg/binarycaching.private.h> |
