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;