Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ILCompiler.Compiler/src/Logger.cs')
-rw-r--r--src/ILCompiler.Compiler/src/Logger.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ILCompiler.Compiler/src/Logger.cs b/src/ILCompiler.Compiler/src/Logger.cs
index f50ca450d..69cf48064 100644
--- a/src/ILCompiler.Compiler/src/Logger.cs
+++ b/src/ILCompiler.Compiler/src/Logger.cs
@@ -2,6 +2,11 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
+#if SUPPORT_JIT
+extern alias System_Private_CoreLib;
+using TextWriter = System_Private_CoreLib::System.IO.TextWriter;
+#endif
+
using System.IO;
namespace ILCompiler