From ecc83595c8d617c75c7dcce475e46185c9fad2a1 Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 31 Jul 2018 15:12:49 +1000 Subject: [PATCH] minor merge fixes --- .../umbraco.presentation/umbraco/create/simple.ascx.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/create/simple.ascx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/create/simple.ascx.cs index ba1288a1cc..94264fa8b6 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/create/simple.ascx.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/create/simple.ascx.cs @@ -5,6 +5,7 @@ using System.Web; using System.Web.UI.WebControls; using ClientDependency.Core; using Umbraco.Core; +using Umbraco.Web; using Umbraco.Web.UI; using Umbraco.Web._Legacy.UI; using UmbracoUserControl = Umbraco.Web.UI.Controls.UmbracoUserControl;