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/TreeEntry.cs
parentd526b188d7b18b5d4ed8da4c3e1fb3a1b954e470 (diff)
Add basic Tuple<T1, T2> type
Diffstat (limited to 'LibGit2Sharp/TreeEntry.cs')
-rwxr-xr-xLibGit2Sharp/TreeEntry.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGit2Sharp/TreeEntry.cs b/LibGit2Sharp/TreeEntry.cs
index bde6b2e5..3fc488c0 100755
--- a/LibGit2Sharp/TreeEntry.cs
+++ b/LibGit2Sharp/TreeEntry.cs
@@ -1,6 +1,7 @@
using System;
using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
+using LibGit2Sharp.Core.Compat;
namespace LibGit2Sharp
{