From 32201f7ed3d43861532bdeb88daddc38ef1f6254 Mon Sep 17 00:00:00 2001 From: prozacx Date: Tue, 20 Sep 2005 04:37:28 +0000 Subject: [PATCH] Added include for znc.h git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@518 726aef4b-f618-498e-8847-2d620e286838 --- modules/schat.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/schat.cpp b/modules/schat.cpp index 70d1e21f..f5c49699 100644 --- a/modules/schat.cpp +++ b/modules/schat.cpp @@ -1,6 +1,7 @@ #define REQUIRESSL #include "main.h" +#include "znc.h" #include "User.h" #include "Nick.h" #include "Modules.h" @@ -20,6 +21,9 @@ using std::pair; * Author: imaginos * * $Log$ + * Revision 1.19 2005/09/20 04:37:28 prozacx + * Added include for znc.h + * * Revision 1.18 2005/09/20 04:31:19 prozacx * Changed from CUser::GetPemLocation() to CZNC::GetPemLocation() *