From 28342adceb2995f9074a289c0b82b580f5fb1fe9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Strehovsk=C3=BD?= Date: Mon, 4 Mar 2019 18:41:36 +0100 Subject: [PATCH] Fix ProjectN build breaks (dotnet/corert#7115) Signed-off-by: dotnet-bot --- src/System.Private.CoreLib/shared/System/Environment.WinRT.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System.Private.CoreLib/shared/System/Environment.WinRT.cs b/src/System.Private.CoreLib/shared/System/Environment.WinRT.cs index 3d86829..a8e3dbc 100644 --- a/src/System.Private.CoreLib/shared/System/Environment.WinRT.cs +++ b/src/System.Private.CoreLib/shared/System/Environment.WinRT.cs @@ -3,6 +3,7 @@ // See the LICENSE file in the project root for more information. using System.IO; +using Internal.Runtime.Augments; namespace System { -- 2.7.4