Add back in the reflection namespace

This commit is contained in:
Phil Haack
2015-08-04 21:28:58 -07:00
parent bb6b0aed34
commit a43f403ca0
+1
View File
@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Net;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;