Skip to content

Commit 7217b53

Browse files
authored
fix compile error
using System.Reflection;
1 parent 93c2b08 commit 7217b53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Editor/MarkdownRenderer/Editor/MarkdownRendering/UIMarkdownRenderer.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Collections.Generic;
33
using System.IO;
44
using System.Linq;
5+
using System.Reflection;
56
using Markdig;
67
using Markdig.Renderers;
78
using Markdig.Syntax;
@@ -626,4 +627,4 @@ internal class LinkInfoCopy
626627

627628
#endif
628629
}
629-
}
630+
}

0 commit comments

Comments
 (0)