Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2018-06-21 05:08:35 +0300
committerMarek Safar <marek.safar@gmail.com>2018-06-21 09:34:30 +0300
commit76dc5f6fa2699b358fa856b7b8a477175c922c16 (patch)
tree461a23b353c068d6feecdb81f3b9a9f90c57fb4b
parent7a066c88d129b416cf0962dc3b105aca805ee648 (diff)
Add System.Diagnostics.Private.
-rw-r--r--src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.GetRandomBytes.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.GetRandomBytes.cs b/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.GetRandomBytes.cs
index 4d75163d4b..dec3fcbeb3 100644
--- a/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.GetRandomBytes.cs
+++ b/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.GetRandomBytes.cs
@@ -4,6 +4,7 @@
using System;
using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Runtime.InteropServices;
internal partial class Interop