Missing using declaration makes Release build fail.

feature-npv2
Icedream 2014-05-22 19:51:29 +02:00
parent cce59f8124
commit e9e309bc2f
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
using System.Diagnostics; #if !DEBUG
using System;
#endif
using System.Diagnostics;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Net; using System.Net;