mirror of https://github.com/icedream/npsharp.git
Missing using declaration makes Release build fail.
parent
cce59f8124
commit
e9e309bc2f
|
@ -1,4 +1,7 @@
|
|||
using System.Diagnostics;
|
||||
#if !DEBUG
|
||||
using System;
|
||||
#endif
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
|
|
Loading…
Reference in New Issue