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:
authorEgor Bogatov <egorbo@gmail.com>2018-06-04 17:48:08 +0300
committerMarek Safar <marek.safar@gmail.com>2018-06-04 22:46:55 +0300
commit262298a61a9c0df69cfd8cb64c5ff336f544f83b (patch)
tree524f59bdd724caf6dce85d28982bcf379da80b60
parenta0f05a1a908bc0d3cbf2b8bc67cc9ef1c1a41ed8 (diff)
add to Number.Unix.cs
-rw-r--r--src/System.Private.CoreLib/src/System/Number.Unix.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/src/System/Number.Unix.cs b/src/System.Private.CoreLib/src/System/Number.Unix.cs
index 113eda567..72f53f2c0 100644
--- a/src/System.Private.CoreLib/src/System/Number.Unix.cs
+++ b/src/System.Private.CoreLib/src/System/Number.Unix.cs
@@ -3,6 +3,7 @@
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Runtime;
using System.Globalization;