From dae1940dd81b16f6a2365352455b3cff093932ed Mon Sep 17 00:00:00 2001 From: cbenard Date: Wed, 24 Oct 2012 16:50:23 -0500 Subject: [PATCH] Modified to compile under znc-msvc (ZNC for Windows): http://code.google.com/p/znc-msvc/ --- push.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/push.cpp b/push.cpp index ba469c1..0e0e441 100644 --- a/push.cpp +++ b/push.cpp @@ -10,6 +10,9 @@ #define REQUIRESSL +#ifdef WIN_MSVC +#include "stdafx.hpp" +#endif #include "znc.h" #include "Chan.h" #include "User.h"