From ee812b2df08fc0413c4412e58e8338731e0e1037 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Tue, 9 Oct 2012 17:25:41 -0400 Subject: [PATCH] Fix the mobile profile build of System.Core.dll. --- mcs/class/System.Core/System.Linq.Parallel/TemporaryArea.cs | 2 +- mcs/class/System.Core/mobile_System.Core.dll.sources | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mcs/class/System.Core/System.Linq.Parallel/TemporaryArea.cs b/mcs/class/System.Core/System.Linq.Parallel/TemporaryArea.cs index b8be6abc055..6ebc18e9732 100644 --- a/mcs/class/System.Core/System.Linq.Parallel/TemporaryArea.cs +++ b/mcs/class/System.Core/System.Linq.Parallel/TemporaryArea.cs @@ -24,7 +24,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -#if NET_4_0 +#if NET_4_0 || MOBILE using System; using System.Threading; using System.Collections; diff --git a/mcs/class/System.Core/mobile_System.Core.dll.sources b/mcs/class/System.Core/mobile_System.Core.dll.sources index 4a726665cc9..979c4e162e4 100644 --- a/mcs/class/System.Core/mobile_System.Core.dll.sources +++ b/mcs/class/System.Core/mobile_System.Core.dll.sources @@ -87,6 +87,7 @@ System.Linq.Parallel/RangeList.cs System.Linq.Parallel/RepeatList.cs System.Linq.Parallel/ReverseList.cs System.Linq.Parallel/StripPartitioner.cs +System.Linq.Parallel/TemporaryArea.cs System.Linq/EnumerableExecutor.cs System.Linq/EnumerableExecutor_T.cs System.Linq/EnumerableQuery.cs -- 2.11.4.GIT