aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-30 19:57:14 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-06-30 19:57:14 -0700
commit2cfcdd174a238e37a9376a705ca616eebe9301eb (patch)
treeb69246b19c25b45d4997373e6b8ee58bd4c0e7d7 /toolsrc/src
parentc126f80b86914fc0e2a3f367ffc47e6723142dd5 (diff)
downloadvcpkg-2cfcdd174a238e37a9376a705ca616eebe9301eb.tar.gz
vcpkg-2cfcdd174a238e37a9376a705ca616eebe9301eb.zip
[vcpkg] Fix missing include
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/commands.upgrade.cpp1
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>