diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-30 04:09:05 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-05-01 17:24:54 -0700 |
| commit | 20657a29ca8cc2aec104caca7703fcd72bf5746e (patch) | |
| tree | 800fc0675cf6e184303921c8adea8ea8fc297e56 /toolsrc/src/commands_env.cpp | |
| parent | a0d5b944953f14cb58121e76f7fe6140e8134ca3 (diff) | |
| download | vcpkg-20657a29ca8cc2aec104caca7703fcd72bf5746e.tar.gz vcpkg-20657a29ca8cc2aec104caca7703fcd72bf5746e.zip | |
[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, vcpkg::Commands::BuildCommand
Diffstat (limited to 'toolsrc/src/commands_env.cpp')
| -rw-r--r-- | toolsrc/src/commands_env.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/commands_env.cpp b/toolsrc/src/commands_env.cpp index 33f1e6bc0..017d3c8f7 100644 --- a/toolsrc/src/commands_env.cpp +++ b/toolsrc/src/commands_env.cpp @@ -1,5 +1,6 @@ #include "pch.h" +#include "vcpkg_Build.h" #include "vcpkg_Commands.h" #include "vcpkg_System.h" |
