Rough implementation of feature collection optimization

This commit is contained in:
Louis DeJardin 2015-10-02 16:09:46 -07:00
parent 6b0fa776ca
commit 71fc2bf2e5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ using Microsoft.AspNet.Server.Kestrel.Infrastructure;
using Microsoft.AspNet.Server.Kestrel.Networking;
using Microsoft.Dnx.Runtime;
using Microsoft.Extensions.Logging;
using Microsoft.Framework.Logging;
namespace Microsoft.AspNet.Server.Kestrel
{