瀏覽代碼

Fix compile.

Gert Driesen 11 年之前
父節點
當前提交
45a233299f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Renci.SshClient/Renci.SshNet/Common/Extensions.cs

+ 3 - 0
Renci.SshClient/Renci.SshNet/Common/Extensions.cs

@@ -1,5 +1,8 @@
 using System;
 using System.Collections.Generic;
+#if !SILVERLIGHT
+using System.Diagnostics;
+#endif
 using System.Globalization;
 using System.Net;
 using Renci.SshNet.Messages;