aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-14 01:27:10 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-14 01:27:10 -0500
commit1b06e05cf69815e523faaf9e237461fe0541c7ce (patch)
tree359fe31cb03d01cb51a65f6ebd871a6da58ad988 /MediaBrowser.Server.Startup.Common/INativeApp.cs
parent4f5c7687042148507d5cedfcec81ab355f478f19 (diff)
update translations
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/INativeApp.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs
index 5042e1cea..c41c66665 100644
--- a/MediaBrowser.Server.Startup.Common/INativeApp.cs
+++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs
@@ -1,4 +1,5 @@
-using MediaBrowser.Common.Net;
+using System;
+using MediaBrowser.Common.Net;
using MediaBrowser.Model.Logging;
using System.Collections.Generic;
using System.Reflection;