From c4eaac1a398f4e60d3e080f2d454ffcbb86720c6 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Tue, 22 Mar 2022 12:55:42 -0700 Subject: [PATCH] ... --- Adaptation/FileHandlers/DEP08SIASM/ProcessData.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Adaptation/FileHandlers/DEP08SIASM/ProcessData.cs b/Adaptation/FileHandlers/DEP08SIASM/ProcessData.cs index b0f6144..5966374 100644 --- a/Adaptation/FileHandlers/DEP08SIASM/ProcessData.cs +++ b/Adaptation/FileHandlers/DEP08SIASM/ProcessData.cs @@ -2,6 +2,7 @@ using Adaptation.Shared.Properties; using System; using System.Collections.Generic; +using System.IO; using System.Net.Http; using System.Text;