Skip to content

Commit 45a2332

Browse files
committed
Fix compile.
1 parent adfaafd commit 45a2332

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Renci.SshClient/Renci.SshNet/Common/Extensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
using System;
22
using System.Collections.Generic;
3+
#if !SILVERLIGHT
4+
using System.Diagnostics;
5+
#endif
36
using System.Globalization;
47
using System.Net;
58
using Renci.SshNet.Messages;

0 commit comments

Comments
 (0)