diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-06-30 19:57:14 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-06-30 19:57:14 -0700 |
| commit | 2cfcdd174a238e37a9376a705ca616eebe9301eb (patch) | |
| tree | b69246b19c25b45d4997373e6b8ee58bd4c0e7d7 /toolsrc/src | |
| parent | c126f80b86914fc0e2a3f367ffc47e6723142dd5 (diff) | |
| download | vcpkg-2cfcdd174a238e37a9376a705ca616eebe9301eb.tar.gz vcpkg-2cfcdd174a238e37a9376a705ca616eebe9301eb.zip | |
[vcpkg] Fix missing include
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/vcpkg/commands.upgrade.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg/commands.upgrade.cpp b/toolsrc/src/vcpkg/commands.upgrade.cpp index ac52c9332..0e58b012d 100644 --- a/toolsrc/src/vcpkg/commands.upgrade.cpp +++ b/toolsrc/src/vcpkg/commands.upgrade.cpp @@ -2,6 +2,7 @@ #include <vcpkg/commands.h> #include <vcpkg/dependencies.h> +#include <vcpkg/globalstate.h> #include <vcpkg/help.h> #include <vcpkg/input.h> #include <vcpkg/install.h> |
