diff --git a/ICD.Common.Utils/Xml/AbstractGenericXmlConverter.cs b/ICD.Common.Utils/Xml/AbstractGenericXmlConverter.cs index 7325c41..49b3a9f 100644 --- a/ICD.Common.Utils/Xml/AbstractGenericXmlConverter.cs +++ b/ICD.Common.Utils/Xml/AbstractGenericXmlConverter.cs @@ -1,5 +1,9 @@ using System; +#if SIMPLSHARP +using Crestron.SimplSharp.CrestronXml; +#else using System.Xml; +#endif using ICD.Common.Properties; namespace ICD.Common.Utils.Xml