[ps1] Add missing "include"

This commit is contained in:
Alexander Karatarakis 2018-05-16 14:51:17 -07:00
parent 8bb28d0de4
commit 8347101e63

View File

@ -5,6 +5,7 @@ param(
)
Set-StrictMode -Version Latest
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
. "$scriptsDir\VcpkgPowershellUtils.ps1"
$vcpkgRootDir = $scriptsDir
$withVSPath = $withVSPath -replace "\\$" # Remove potential trailing backslash