From 035d4f54061a4fdd86d50ebe645fc0d68a99dc91 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 6 May 2018 08:49:23 -0400 Subject: [PATCH] add include --- contrib/backends/nntpchan-daemon/libnntpchan/event.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp index 76ddf36..8d10fe7 100644 --- a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp +++ b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp @@ -1,4 +1,5 @@ #include +#include constexpr size_t ev_buffsz = 512;