Fixed missing namespace

This commit is contained in:
jeff.thompson
2017-06-30 16:44:55 -04:00
parent f5e794b34e
commit 7c10a3d41e

View File

@@ -1,4 +1,9 @@
using System;
#if SIMPLSHARP
using Crestron.SimplSharp.Reflection;
#else
using System.Reflection;
#endif
namespace ICD.Common.Utils.Extensions
{