Skip to content

Commit

Permalink
Added missing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Aug 9, 2024
1 parent 01c3e39 commit acea738
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
using EzrSquared.Runtime.Types.Core.Numerics;
using EzrSquared.Runtime.Types.Core.Text;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using System.Threading.Tasks;

namespace EzrSquared.Runtime.Types.CSharpWrappers.CompatWrappers;

Expand Down

0 comments on commit acea738

Please sign in to comment.