From fed0a37de27a13b4af21f0043a7fa14927a4a791 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 9 Jun 2015 17:20:28 +0000 Subject: [PATCH] Missing header include git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5565 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsprnet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wsprnet.cpp b/wsprnet.cpp index 942dc0f70..0baba5b93 100644 --- a/wsprnet.cpp +++ b/wsprnet.cpp @@ -4,6 +4,8 @@ #include "wsprnet.h" +#include + #include #include #include