Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit f236039

Browse files
committed
Added missing using.
1 parent e49fad9 commit f236039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/LinqToDB.EntityFrameworkCore/Internal/LinqToDBForEFQueryProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Linq;
55
using System.Linq.Expressions;
66
using System.Reflection;
7+
using System.Runtime.CompilerServices;
78
using System.Threading;
89
using System.Threading.Tasks;
910

0 commit comments

Comments
 (0)