Directory cleanup for System.Collections.Concurrent partitioners
[mono.git] / mcs / class / corlib / System.Collections.Concurrent / Partitioner.cs
index a3f17f2ead54893c8d89ee8eb88193e6e6df9b72..3521622f36360f043938b456e035b9ff773d8e27 100644 (file)
@@ -31,6 +31,8 @@ using System.Collections.Generic;
 
 namespace System.Collections.Concurrent
 {
+       using Partitioners;
+
        public static class Partitioner
        {
                public static OrderablePartitioner<TSource> Create<TSource> (IEnumerable<TSource> source)