mirror of https://github.com/SeanOMik/znc-push.git
parent
c762c41478
commit
54340cb90e
1
push.cpp
1
push.cpp
|
@ -15,6 +15,7 @@
|
||||||
#include "User.h"
|
#include "User.h"
|
||||||
#include "Modules.h"
|
#include "Modules.h"
|
||||||
#include "time.h"
|
#include "time.h"
|
||||||
|
#include "FileUtils.h"
|
||||||
|
|
||||||
#if (!defined(VERSION_MAJOR) || !defined(VERSION_MINOR) || (VERSION_MAJOR == 0 && VERSION_MINOR < 72))
|
#if (!defined(VERSION_MAJOR) || !defined(VERSION_MINOR) || (VERSION_MAJOR == 0 && VERSION_MINOR < 72))
|
||||||
#error This module needs ZNC 0.072 or newer.
|
#error This module needs ZNC 0.072 or newer.
|
||||||
|
|
Loading…
Reference in New Issue