diff --git a/ICD.Common.Utils/Utils/Extensions/TypeExtensions.cs b/ICD.Common.Utils/Utils/Extensions/TypeExtensions.cs index 2b2475d..9f14cec 100644 --- a/ICD.Common.Utils/Utils/Extensions/TypeExtensions.cs +++ b/ICD.Common.Utils/Utils/Extensions/TypeExtensions.cs @@ -1,4 +1,9 @@ using System; +#if SIMPLSHARP +using Crestron.SimplSharp.Reflection; +#else +using System.Reflection; +#endif namespace ICD.Common.Utils.Extensions {