From 54340cb90e31e87295e7e42a528f9f14f6f237ee Mon Sep 17 00:00:00 2001 From: John Reese Date: Thu, 6 Oct 2011 19:20:41 -0400 Subject: [PATCH] Import FileUtils.h to fix builds on v0.200+ Fixes #227 --- push.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/push.cpp b/push.cpp index f6a5b86..66ef657 100644 --- a/push.cpp +++ b/push.cpp @@ -15,6 +15,7 @@ #include "User.h" #include "Modules.h" #include "time.h" +#include "FileUtils.h" #if (!defined(VERSION_MAJOR) || !defined(VERSION_MINOR) || (VERSION_MAJOR == 0 && VERSION_MINOR < 72)) #error This module needs ZNC 0.072 or newer.