From 01eb953c5e6ace5808fd4d04d9b7be75b77c1cea Mon Sep 17 00:00:00 2001 From: Thomas Mahlberg <93132118+caol-ila@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:35:28 +0200 Subject: [PATCH] Update DeletionChange.cs ... --- KustoSchemaTools/Changes/DeletionChange.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KustoSchemaTools/Changes/DeletionChange.cs b/KustoSchemaTools/Changes/DeletionChange.cs index b75e289..898f1e3 100644 --- a/KustoSchemaTools/Changes/DeletionChange.cs +++ b/KustoSchemaTools/Changes/DeletionChange.cs @@ -1,5 +1,7 @@ using KustoSchemaTools.Parser; using System.Text; +using Kusto.Language; + namespace KustoSchemaTools.Changes {