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/System.Private.CoreLib/src/System/Tuple.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Tuple.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/src/System/Tuple.cs b/src/System.Private.CoreLib/src/System/Tuple.cs
index 748095a06..859d862b9 100644
--- a/src/System.Private.CoreLib/src/System/Tuple.cs
+++ b/src/System.Private.CoreLib/src/System/Tuple.cs
@@ -3,7 +3,9 @@
// See the LICENSE file in the project root for more information.
using System.Collections;
using System.Collections.Generic;
+#if MONO
using System.Diagnostics.Private;
+#endif
using System.Runtime.CompilerServices;
using System.Text;