From 368823430468bebca61b76cef6d2743274e8c873 Mon Sep 17 00:00:00 2001 From: dahall Date: Sat, 18 Sep 2021 15:45:38 -0600 Subject: [PATCH] Fixed usings --- PInvoke/PowrProf/PowerBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PInvoke/PowrProf/PowerBase.cs b/PInvoke/PowrProf/PowerBase.cs index e978e3df..194c294e 100644 --- a/PInvoke/PowrProf/PowerBase.cs +++ b/PInvoke/PowrProf/PowerBase.cs @@ -1,5 +1,6 @@ using System; using System.Runtime.InteropServices; +using Vanara.InteropServices; namespace Vanara.PInvoke {