diff --git a/Sparkles/Git/GitCommand.cs b/Sparkles/Git/GitCommand.cs index 7d259e88..fb618d2c 100644 --- a/Sparkles/Git/GitCommand.cs +++ b/Sparkles/Git/GitCommand.cs @@ -13,6 +13,8 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see . + + using System; using System.Globalization; using System.Text.RegularExpressions;