Add missing import

This commit is contained in:
Manuel Thalmann 2024-03-21 17:21:02 +01:00
parent 875120ccff
commit 6aaff564cc
2 changed files with 1 additions and 1 deletions
scripts/Windows/Scripts

View file

@ -1,4 +1,5 @@
#!/bin/pwsh
. "$PSScriptRoot/Entrypoints.ps1";
. "$PSScriptRoot/../../Common/Config/powershell/lib.ps1";
class Context {