From 00ce7dcfcc2a651acf8480e71fe2582a1bad2d44 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Fri, 5 Dec 2014 12:24:19 -0800 Subject: [PATCH] Fix build break --- .../Controllers/ModelBinderAttribute_ProductController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/WebSites/ModelBindingWebSite/Controllers/ModelBinderAttribute_ProductController.cs b/test/WebSites/ModelBindingWebSite/Controllers/ModelBinderAttribute_ProductController.cs index 180fb5de6a..7f12b1fdf9 100644 --- a/test/WebSites/ModelBindingWebSite/Controllers/ModelBinderAttribute_ProductController.cs +++ b/test/WebSites/ModelBindingWebSite/Controllers/ModelBinderAttribute_ProductController.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; +using System.Reflection; using System.Threading.Tasks; using Microsoft.AspNet.Mvc; using Microsoft.AspNet.Mvc.ModelBinding;