From 46193aa0d52b8beddbe70774464d48048cfbb0e2 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Thu, 20 Mar 2025 05:13:54 +0100 Subject: [PATCH] fix --- winPEAS/winPEASexe/winPEAS/Info/CloudInfo/AzureInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/winPEAS/winPEASexe/winPEAS/Info/CloudInfo/AzureInfo.cs b/winPEAS/winPEASexe/winPEAS/Info/CloudInfo/AzureInfo.cs index 31a2af5..d82dcdf 100644 --- a/winPEAS/winPEASexe/winPEAS/Info/CloudInfo/AzureInfo.cs +++ b/winPEAS/winPEASexe/winPEAS/Info/CloudInfo/AzureInfo.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.IO; using System.Net; +using System.Diagnostics; namespace winPEAS.Info.CloudInfo {