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-05-29 21:52:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-05-29 21:52:09 +0300
commit4a786145d044c569957b20bd7d6c7676e297f51b (patch)
tree4e7e005724cc5f52269340fb6a6336cb706b7a9d
parenteb2ef9e9927f8692d8201b4e11c35098c150df7d (diff)
Add 'System.Diagnostics.Private' to Interop.BCryptGenRandom.cs (#64)
-rw-r--r--src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs b/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
index 75288accd9..10e05bdeac 100644
--- a/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
+++ b/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
@@ -4,6 +4,7 @@
using System;
using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Runtime.InteropServices;
internal partial class Interop