소스 검색

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;