From 706f5116f6b3a62460fd0ff9817c1b63c036197e Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 14 Oct 2016 14:44:50 -0700 Subject: [PATCH] Fix build breaks [tfs-changeset: 1633395] --- src/ToolBox/dirs.proj | 2 ++ src/mscorlib/src/System/Threading/ThreadPool.cs | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/ToolBox/dirs.proj b/src/ToolBox/dirs.proj index 9ac295d..e16ddd1 100644 --- a/src/ToolBox/dirs.proj +++ b/src/ToolBox/dirs.proj @@ -79,7 +79,9 @@ + PK diff --git a/src/mscorlib/src/System/Threading/ThreadPool.cs b/src/mscorlib/src/System/Threading/ThreadPool.cs index 6340ecb..13fb144 100644 --- a/src/mscorlib/src/System/Threading/ThreadPool.cs +++ b/src/mscorlib/src/System/Threading/ThreadPool.cs @@ -29,6 +29,9 @@ namespace System.Threading { using System.Security; +#if FEATURE_REMOTING + using System.Runtime.Remoting; +#endif using System.Security.Permissions; using System; using Microsoft.Win32; -- 2.7.4