From 8263a92432551d1c23908f5b5219ff9250f334bb Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 6 May 2018 09:01:17 -0400 Subject: [PATCH] fix --- 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 c289ae5..c60536a 100644 --- a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp +++ b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include constexpr std::size_t ev_buffsz = 512;