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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-11-06 17:01:28 +0400
committernulltoken <emeric.fermas@gmail.com>2011-11-28 18:36:31 +0400
commit1032a147f341c600a23adbdb493dcb603ad3473e (patch)
treed8ea7e92bf4665bafc73984a24acdbf759468b59 /LibGit2Sharp/Reference.cs
parentd526b188d7b18b5d4ed8da4c3e1fb3a1b954e470 (diff)
Add basic Tuple<T1, T2> type
Diffstat (limited to 'LibGit2Sharp/Reference.cs')
-rw-r--r--LibGit2Sharp/Reference.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGit2Sharp/Reference.cs b/LibGit2Sharp/Reference.cs
index 41276aff..eef973fd 100644
--- a/LibGit2Sharp/Reference.cs
+++ b/LibGit2Sharp/Reference.cs
@@ -2,6 +2,7 @@
using System.Globalization;
using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
+using LibGit2Sharp.Core.Compat;
namespace LibGit2Sharp
{