浏览代码

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
 {