Add missing using directive.

This commit is contained in:
Arthur Vickers 2015-06-19 11:20:41 -07:00
parent 3283d48cca
commit 6fa89f5da1
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ using System.Linq.Expressions;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Identity.Test;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Relational;
using Microsoft.Framework.DependencyInjection;
using Xunit;