diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-05-29 16:07:05 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2017-05-29 16:07:05 -0400 |
| commit | 7ef861e19d2da2ae88291dde420c9d4808a5fda0 (patch) | |
| tree | d78b100b1017e4bad13ef928860c90ac9f7c7c84 | |
| parent | c7c3622d6174122ffe454aef834da8d2c4a18b05 (diff) | |
update mac project
| -rw-r--r-- | MediaBrowser.Server.Mac/Main.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mac/Main.cs b/MediaBrowser.Server.Mac/Main.cs index 4862a988d..d84d696dd 100644 --- a/MediaBrowser.Server.Mac/Main.cs +++ b/MediaBrowser.Server.Mac/Main.cs @@ -18,6 +18,8 @@ using MonoMac.AppKit; using MonoMac.Foundation; using MonoMac.ObjCRuntime; using Emby.Server.Core; +using Emby.Server.Core.Cryptography; +using Emby.Server.Core.IO; using Emby.Server.Implementations; using Emby.Common.Implementations.Logging; using Emby.Server.Implementations.Logging; |
