From 4b54187b4cef9c3192d060f5d24ca25fabb22c78 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 11 Sep 2019 21:33:57 +0200 Subject: [PATCH] Fix build --- src/SharpCompress/Utility.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SharpCompress/Utility.cs b/src/SharpCompress/Utility.cs index d1d45582..19939bc2 100644 --- a/src/SharpCompress/Utility.cs +++ b/src/SharpCompress/Utility.cs @@ -4,6 +4,10 @@ using System.Buffers; #endif using System.Collections.Generic; using System.IO; +using System.Linq; +using System.Reflection; +using System.Reflection.Emit; +using System.Runtime.InteropServices; using SharpCompress.Readers;