Skip to content

Commit

Permalink
Add missing 'using' statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Apr 3, 2018
1 parent 6ae69e6 commit bd4c083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/StrongGrid/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System;
using System.Net;
using System.Net.Http;
using System.Reflection;

namespace StrongGrid
{
Expand Down

0 comments on commit bd4c083

Please sign in to comment.