From e6807e24ab5484fb5bbee549cbd2854b2a40453e Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Tue, 20 Mar 2018 14:43:20 -0400 Subject: [PATCH] Resolving warning --- ICD.Common.Utils/Services/Logging/ILoggerService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ICD.Common.Utils/Services/Logging/ILoggerService.cs b/ICD.Common.Utils/Services/Logging/ILoggerService.cs index b7f1a53..27694bf 100644 --- a/ICD.Common.Utils/Services/Logging/ILoggerService.cs +++ b/ICD.Common.Utils/Services/Logging/ILoggerService.cs @@ -1,6 +1,8 @@ using System; using System.Collections.Generic; +#if STANDARD using System.Text; +#endif using ICD.Common.Properties; namespace ICD.Common.Utils.Services.Logging