aboutsummaryrefslogtreecommitdiff
path: root/Plugins/SessionProvider
diff options
context:
space:
mode:
authorLibravatar vman <public@vaughnnugent.com>2022-11-18 17:45:18 -0500
committerLibravatar vman <public@vaughnnugent.com>2022-11-18 17:45:18 -0500
commit75a7d674d24cdd50c5267fae8a484ae7361bc377 (patch)
tree8b4aaa8ea07750aa64398676a23fa5e83f5109b9 /Plugins/SessionProvider
parentfdb055f4687c59c5bd0859388dace05766f7ce06 (diff)
Namepace + msc updates
Diffstat (limited to 'Plugins/SessionProvider')
-rw-r--r--Plugins/SessionProvider/SessionClientEntryPoint.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SessionProvider/SessionClientEntryPoint.cs b/Plugins/SessionProvider/SessionClientEntryPoint.cs
index 07be1ef..ed62d4c 100644
--- a/Plugins/SessionProvider/SessionClientEntryPoint.cs
+++ b/Plugins/SessionProvider/SessionClientEntryPoint.cs
@@ -8,6 +8,7 @@ using System.Collections.Generic;
using VNLib.Net.Http;
using VNLib.Utils.Logging;
using VNLib.Plugins.Extensions.Loading;
+using VNLib.Plugins.Essentials.Sessions.Runtime;
namespace VNLib.Plugins.Essentials.Sessions
{