From 48be555724e661ed2523fff9cf9328d79fa877ef Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Mon, 12 Jun 2023 15:25:03 -0700 Subject: [PATCH] fixed prolem with SessionFilter. --- Subscription.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Subscription.h b/Subscription.h index c95705d..2ce5da7 100644 --- a/Subscription.h +++ b/Subscription.h @@ -2,6 +2,7 @@ #define __Subscription_h__ #include "SubscriptionHandler.h" +#include "SessionFilter.h" #include "ZString.h" #include #include