diff options
Diffstat (limited to 'src/WixToolset.Data.WindowsInstaller/Rows/WixActionRowCollection.cs')
-rw-r--r-- | src/WixToolset.Data.WindowsInstaller/Rows/WixActionRowCollection.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Data.WindowsInstaller/Rows/WixActionRowCollection.cs b/src/WixToolset.Data.WindowsInstaller/Rows/WixActionRowCollection.cs index 513a104f..9fab6b5d 100644 --- a/src/WixToolset.Data.WindowsInstaller/Rows/WixActionRowCollection.cs +++ b/src/WixToolset.Data.WindowsInstaller/Rows/WixActionRowCollection.cs | |||
@@ -6,6 +6,7 @@ namespace WixToolset.Data.Rows | |||
6 | using System.Collections; | 6 | using System.Collections; |
7 | using System.Diagnostics; | 7 | using System.Diagnostics; |
8 | using System.Xml; | 8 | using System.Xml; |
9 | using WixToolset.Data.Tuples; | ||
9 | 10 | ||
10 | /// <summary> | 11 | /// <summary> |
11 | /// A collection of action rows sorted by their sequence table and action name. | 12 | /// A collection of action rows sorted by their sequence table and action name. |