From 5bd6e0091d02307a792ca4428d887decb744d1ac Mon Sep 17 00:00:00 2001 From: Diego Araujo Novoa <33570700+diegoara96@users.noreply.github.com> Date: Tue, 5 May 2020 15:09:48 +0200 Subject: [PATCH] Added a missing namespace --- SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs index 8ee15b0c..e80ac962 100644 --- a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs +++ b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs @@ -8,6 +8,10 @@ using SafeExamBrowser.Logging.Contracts; using SafeExamBrowser.SystemComponents.Contracts; +using System.Globalization; +using System.Linq; +using System.Management; +using System.Net.NetworkInformation;s; namespace SafeExamBrowser.SystemComponents {