From eed89cd37cc59eab44e4be6b368e23eafb62c03c Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 8 Jan 2016 17:28:31 -0800 Subject: [PATCH] Accidentally removed required namespace --- test/AutobahnTestServer/Startup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/AutobahnTestServer/Startup.cs b/test/AutobahnTestServer/Startup.cs index bc2bc28479..f0168a767e 100644 --- a/test/AutobahnTestServer/Startup.cs +++ b/test/AutobahnTestServer/Startup.cs @@ -7,6 +7,7 @@ using System.Threading; using System.Threading.Tasks; using Microsoft.AspNet.Builder; using Microsoft.AspNet.Hosting; +using Microsoft.AspNet.Http; namespace AutobahnTestServer {