Skip to content

Commit

Permalink
add missing usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hathcock committed Apr 22, 2024
1 parent b550df2 commit 7963233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SharpCompress/NotNullExtensions.cs
@@ -1,6 +1,8 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.CompilerServices;

namespace SharpCompress;

Expand Down

0 comments on commit 7963233

Please sign in to comment.