From 00f2e56e510d86781b88094782dcc98d63268893 Mon Sep 17 00:00:00 2001
From: Marek Roszko <mark.roszko@gmail.com>
Date: Sat, 7 Sep 2024 22:37:05 -0400
Subject: [PATCH] IO_BASE must be dllexport/dllimport specified as a base class

---
 include/io/io_base.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/io/io_base.h b/include/io/io_base.h
index 1822d6556e..a5f5234554 100644
--- a/include/io/io_base.h
+++ b/include/io/io_base.h
@@ -25,6 +25,7 @@
 #include <vector>
 #include <string>
 
+#include <kicommon.h>
 #include <core/utf8.h>
 #include <wx/string.h>
 #include <widgets/report_severity.h>
@@ -32,7 +33,7 @@
 class REPORTER;
 class PROGRESS_REPORTER;
 
-class IO_BASE
+class KICOMMON_API IO_BASE
 {
 public:
     /**