aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg-test/manifests.cpp
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-08-14 09:53:04 -0700
committerGitHub <noreply@github.com>2020-08-14 09:53:04 -0700
commit0c2117845e1f2e3c260b74af8d60f315343b094e (patch)
tree9a0e321a6a30a897803228f1d69d1936b7b3b039 /toolsrc/src/vcpkg-test/manifests.cpp
parent2cdf1cad7aa9944a4c8edb90cb3656560c7b56d1 (diff)
downloadvcpkg-0c2117845e1f2e3c260b74af8d60f315343b094e.tar.gz
vcpkg-0c2117845e1f2e3c260b74af8d60f315343b094e.zip
[vcpkg] Reduce dependencies and contents of vcpkgpaths.h (#12876)
* [vcpkg] Remove globally-constructed pre-defined Triplets from vcpkg.exe The tool should be as triplet-agnostic as possible, which leaves little room for special, pre-defined names like this. However, tests do have use of them: moved into test assets. * [vcpkg] Move predefined tools strings vcpkgpaths.h -> tools.h * [vcpkg] Add forward declarations to vcpkgpaths.h to reduce header deps * Merge from origin/master Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'toolsrc/src/vcpkg-test/manifests.cpp')
-rw-r--r--toolsrc/src/vcpkg-test/manifests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg-test/manifests.cpp b/toolsrc/src/vcpkg-test/manifests.cpp
index 4b450b7be..95a0b149b 100644
--- a/toolsrc/src/vcpkg-test/manifests.cpp
+++ b/toolsrc/src/vcpkg-test/manifests.cpp
@@ -5,6 +5,7 @@
#include <vcpkg/paragraphs.h>
#include <vcpkg/sourceparagraph.h>
+#include <vcpkg/vcpkgcmdarguments.h>
#include <vcpkg-test/util.h>