From 5b58dbffd1915345c484a5f7bd82bca5845aa87f Mon Sep 17 00:00:00 2001 From: Steve <6131869+SteveVaneeckhout@users.noreply.github.com> Date: Thu, 29 Nov 2018 14:36:41 +0100 Subject: [PATCH] Add using statement --- PageNotFoundManager/Config.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PageNotFoundManager/Config.cs b/PageNotFoundManager/Config.cs index 3ae753b..4bc2870 100644 --- a/PageNotFoundManager/Config.cs +++ b/PageNotFoundManager/Config.cs @@ -1,5 +1,6 @@ -using System; +using System; using System.Collections.Generic; +using System.IO; using System.Linq; using System.Web; using System.Web.Caching;