diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:13:46 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:43 -0700 |
| commit | b766a005b7a67d7adeadc16e765bda34d679f45d (patch) | |
| tree | 6be231a8b87203399bc22dc90478597d2e844edb /toolsrc/include/vcpkg_Commands.h | |
| parent | 5b0d9f3ee000446550c72dd2cbaa4c95ae976ac6 (diff) | |
| download | vcpkg-b766a005b7a67d7adeadc16e765bda34d679f45d.tar.gz vcpkg-b766a005b7a67d7adeadc16e765bda34d679f45d.zip | |
version_t -> VersionT
Diffstat (limited to 'toolsrc/include/vcpkg_Commands.h')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index 2c2d3d4cb..6bdc7d10e 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -4,7 +4,7 @@ #include "vcpkg_paths.h" #include "StatusParagraphs.h" #include <array> -#include "version_t.h" +#include "VersionT.h" namespace vcpkg::Commands { |
