From 554a6e1354485bc3ce38d188736ece7312ca84ea Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 28 Feb 2012 13:34:15 +0000 Subject: [PATCH] get the backend to load the shared library --- SparkleLib/Git/SparkleFetcherGit.cs | 1 + SparkleLib/Git/SparkleGit.cs | 1 + SparkleLib/Git/SparkleRepoGit.cs | 1 + 3 files changed, 3 insertions(+) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index 31e3b24d..2a7fb713 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -20,6 +20,7 @@ using System.IO; using System.Diagnostics; using System.Text.RegularExpressions; using System.Threading; +using SparkleLib; namespace SparkleLib { diff --git a/SparkleLib/Git/SparkleGit.cs b/SparkleLib/Git/SparkleGit.cs index 83e3460f..462c66fa 100644 --- a/SparkleLib/Git/SparkleGit.cs +++ b/SparkleLib/Git/SparkleGit.cs @@ -18,6 +18,7 @@ using System; using System.IO; using System.Diagnostics; +using SparkleLib; namespace SparkleLib { diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index 471d33b3..e3eda157 100644 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -19,6 +19,7 @@ using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; +using SparkleLib; namespace SparkleLib {