From 8915d428c459508cf4162da1fd4277f4443ff259 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 11 Aug 2015 14:10:55 -0700 Subject: [PATCH] Reacting to DI changes --- src/Microsoft.AspNet.Routing/RoutingServices.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.AspNet.Routing/RoutingServices.cs b/src/Microsoft.AspNet.Routing/RoutingServices.cs index 4e088a526c..f7c09a69a9 100644 --- a/src/Microsoft.AspNet.Routing/RoutingServices.cs +++ b/src/Microsoft.AspNet.Routing/RoutingServices.cs @@ -2,6 +2,7 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.AspNet.Routing; +using Microsoft.Framework.DependencyInjection.Extensions; namespace Microsoft.Framework.DependencyInjection {