From 558003df2f29559f22f0c836a541186200b09e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Sat, 11 Mar 2023 08:34:20 +0100 Subject: [PATCH] Add missing LIBXISF_EXPORT --- libxisf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxisf.h b/libxisf.h index e4cd6d6..d9d0efc 100644 --- a/libxisf.h +++ b/libxisf.h @@ -135,7 +135,7 @@ typedef Matrix F64Matrix; typedef Matrix C32Matrix; typedef Matrix C64Matrix; -class Variant +class LIBXISF_EXPORT Variant { using StdVariant = std::variant