Fix ProjectN build breaks (dotnet/corert#7115)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Mon, 4 Mar 2019 17:41:36 +0000 (18:41 +0100)
committerJan Kotas <jkotas@microsoft.com>
Thu, 7 Mar 2019 00:23:25 +0000 (16:23 -0800)
Signed-off-by: dotnet-bot <anirudhagnihotry098@gmail.com>
src/System.Private.CoreLib/shared/System/Environment.WinRT.cs

index 3d86829..a8e3dbc 100644 (file)
@@ -3,6 +3,7 @@
 // See the LICENSE file in the project root for more information.
 
 using System.IO;
+using Internal.Runtime.Augments;
 
 namespace System
 {