Browse Source

Fix build

pull/734/head
Daniel Grunwald 10 years ago
parent
commit
8cd31e303a
  1. 1
      ILSpy/Languages/ILAstLanguage.cs

1
ILSpy/Languages/ILAstLanguage.cs

@ -24,6 +24,7 @@ using ICSharpCode.Decompiler; @@ -24,6 +24,7 @@ using ICSharpCode.Decompiler;
using ICSharpCode.Decompiler.CSharp;
using ICSharpCode.Decompiler.Disassembler;
using ICSharpCode.Decompiler.IL;
using ICSharpCode.Decompiler.IL.Transforms;
using Mono.Cecil;
namespace ICSharpCode.ILSpy

Loading…
Cancel
Save