Add missing namespace.

This commit is contained in:
Chris Ross 2014-04-23 14:15:41 -07:00
parent 4a5de61cd1
commit 66495cdc58
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Owin;
using Microsoft.AspNet.PipelineCore;