From 8cd31e303a710fc76b33e3577308141327488954 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sun, 10 Jul 2016 14:04:13 +0200 Subject: [PATCH] Fix build --- ILSpy/Languages/ILAstLanguage.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ILSpy/Languages/ILAstLanguage.cs b/ILSpy/Languages/ILAstLanguage.cs index 888a4122f..4f48c71e1 100644 --- a/ILSpy/Languages/ILAstLanguage.cs +++ b/ILSpy/Languages/ILAstLanguage.cs @@ -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