From c45bbdaa1033d05d8d2e356229627a7dd36335d5 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Fri, 18 Nov 2016 20:51:30 +0530 Subject: [PATCH] sign: fix non-Windows build break --- server/pcaprxstats.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/pcaprxstats.cpp b/server/pcaprxstats.cpp index 32cf9c2..5fa4e7e 100644 --- a/server/pcaprxstats.cpp +++ b/server/pcaprxstats.cpp @@ -18,6 +18,8 @@ along with this program. If not, see */ #include "pcaprxstats.h" + +#include "pcapextra.h" #include "../common/sign.h" #define notify qWarning // FIXME