diff options
Diffstat (limited to 'src/wixext/UtilCompiler.cs')
-rw-r--r-- | src/wixext/UtilCompiler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixext/UtilCompiler.cs b/src/wixext/UtilCompiler.cs index 59b36d1c..3522d1fb 100644 --- a/src/wixext/UtilCompiler.cs +++ b/src/wixext/UtilCompiler.cs | |||
@@ -12,6 +12,7 @@ namespace WixToolset.Util | |||
12 | using System.Xml.Linq; | 12 | using System.Xml.Linq; |
13 | using WixToolset.Data; | 13 | using WixToolset.Data; |
14 | using WixToolset.Extensibility; | 14 | using WixToolset.Extensibility; |
15 | using WixToolset.Extensibility.Data; | ||
15 | 16 | ||
16 | /// <summary> | 17 | /// <summary> |
17 | /// The compiler for the WiX Toolset Utility Extension. | 18 | /// The compiler for the WiX Toolset Utility Extension. |