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:
authorMichal Strehovský <michals@microsoft.com>2017-07-15 01:03:00 +0300
committerMichal Strehovský <michals@microsoft.com>2017-07-15 01:03:00 +0300
commit1169d753027319d2b29687302e75225bc0c38ecb (patch)
treecaa87611a652a0db680a7f5d74af6ba15340654f /src/System.Private.StackTraceGenerator
parent555b302987fb56d06ed8863261779ab220d194c6 (diff)
Fix Unix build break
Diffstat (limited to 'src/System.Private.StackTraceGenerator')
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.Unix.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.Unix.cs b/src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.Unix.cs
index 6fb2c5c23..56670081c 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.Unix.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.Unix.cs
@@ -3,6 +3,7 @@
// See the LICENSE file in the project root for more information.
using System;
+using System.Diagnostics;
namespace Internal.StackTraceGenerator
{