Skip to content

Commit 42ac2b6

Browse files
authored
Merge pull request #88 from github/caol-ila-patch-1
Fix missing import
2 parents 5853c0f + 01eb953 commit 42ac2b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

KustoSchemaTools/Changes/DeletionChange.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using KustoSchemaTools.Parser;
22
using System.Text;
3+
using Kusto.Language;
4+
35

46
namespace KustoSchemaTools.Changes
57
{

0 commit comments

Comments
 (0)