aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationPaths.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs
index b5fcdef28..b30120d83 100644
--- a/MediaBrowser.Controller/IServerApplicationPaths.cs
+++ b/MediaBrowser.Controller/IServerApplicationPaths.cs
@@ -1,4 +1,5 @@
-using MediaBrowser.Common.Kernel;
+using MediaBrowser.Common.Configuration;
+using MediaBrowser.Common.Kernel;
namespace MediaBrowser.Controller
{