diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-23 15:47:34 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-23 15:47:34 -0400 |
| commit | 0f8ccfaf496c3c761c06285574048f8866ef692c (patch) | |
| tree | d4100df4cd24facfe89a68e46a7a31f94be1d0ec /MediaBrowser.Controller/Entities/Person.cs | |
| parent | 07791d46a571d3d6eed23e98ec0fe1c46ea0d37f (diff) | |
prep for portable common
Diffstat (limited to 'MediaBrowser.Controller/Entities/Person.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Person.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/Person.cs b/MediaBrowser.Controller/Entities/Person.cs index d7acdb65e..6f7a32a66 100644 --- a/MediaBrowser.Controller/Entities/Person.cs +++ b/MediaBrowser.Controller/Entities/Person.cs @@ -6,6 +6,7 @@ using System.Runtime.Serialization; using MediaBrowser.Common.Extensions; using MediaBrowser.Controller.Extensions; using MediaBrowser.Model.Entities; +using MediaBrowser.Model.Extensions; namespace MediaBrowser.Controller.Entities { |
