Fix build of ZNC 1.7 branch on GCC 7.

Patch by bjoe2k4.

Close #1420
This commit is contained in:
Alexey Sokolov
2017-06-22 23:20:34 +01:00
parent 34717f1092
commit 289e066e67
+1
View File
@@ -23,6 +23,7 @@
#include <znc/Message.h>
#include <znc/main.h>
#include <memory>
#include <functional>
// Forward Declarations
class CZNC;