aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg-test/binarycaching.cpp
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-12-06 15:26:58 -0800
committerGitHub <noreply@github.com>2020-12-06 15:26:58 -0800
commit6dfe1be6fa865be127756db039d1bd79e30fd7cc (patch)
treef00420879fe46be0aace4d86030768f6eaedb742 /toolsrc/src/vcpkg-test/binarycaching.cpp
parent5e7794f3f2784f953d4ca8a92cd816f65cebf41f (diff)
downloadvcpkg-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.cpp1
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>