From af21224664b4d7f63f4391fd49e84713c33ac121 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 12 Jan 2023 22:25:42 +0100 Subject: [PATCH] FT8 support: MSVC fix --- ft8/unpack.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ft8/unpack.h b/ft8/unpack.h index 32ca611a3..4e50349ae 100644 --- a/ft8/unpack.h +++ b/ft8/unpack.h @@ -26,9 +26,11 @@ #include +#include "export.h" + namespace FT8 { -class Packing +class FT8_API Packing { public: std::string unpack(int a91[], std::string& call1str, std::string& call2str, std::string& locstr);