소스 검색

Fix some namespaces.

Bart De Smet 7 년 전
부모
커밋
fc3552e2e2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Ix.NET/Source/System.Linq.Async/System/Linq/AsyncEnumerable.cs

+ 2 - 0
Ix.NET/Source/System.Linq.Async/System/Linq/AsyncEnumerable.cs

@@ -3,6 +3,8 @@
 // See the LICENSE file in the project root for more information. 
 
 using System.Collections.Generic;
+using System.Diagnostics;
+using System.Threading;
 
 namespace System.Linq
 {