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