fixed missing namespace

This commit is contained in:
Luke Pulverenti 2013-06-24 10:10:49 -04:00
parent 8ad9ac3b73
commit 8cbd735a9c

View file

@ -1,5 +1,6 @@
using MediaBrowser.Model.Entities;
using System;
using MediaBrowser.Model.Weather;
namespace MediaBrowser.Model.Configuration
{