From 411e6fac24daa181b02ef2898f9c6c355a1c7bab Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 7 Sep 2017 20:13:17 +0200 Subject: [PATCH] Fix build. --- .../CSharp/Transforms/AddXmlDocumentationTransform.cs | 1 + ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/CSharp/Transforms/AddXmlDocumentationTransform.cs b/ICSharpCode.Decompiler/CSharp/Transforms/AddXmlDocumentationTransform.cs index 3c140eb27..4cb381796 100644 --- a/ICSharpCode.Decompiler/CSharp/Transforms/AddXmlDocumentationTransform.cs +++ b/ICSharpCode.Decompiler/CSharp/Transforms/AddXmlDocumentationTransform.cs @@ -20,6 +20,7 @@ using System; using System.IO; using System.Linq; using ICSharpCode.Decompiler.CSharp.Syntax; +using ICSharpCode.Decompiler.Documentation; using ICSharpCode.Decompiler.TypeSystem; namespace ICSharpCode.Decompiler.CSharp.Transforms diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index f72d0b4b2..31330a877 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -253,7 +253,7 @@ - +