From f88407b731718719afc32b828ee8b4bcd4ac2760 Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Wed, 22 Jul 2026 20:14:31 +0200 Subject: [PATCH] Export Section symbols --- lib/utils/section.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/utils/section.hpp b/lib/utils/section.hpp index 69f06f46..12ae4cd6 100644 --- a/lib/utils/section.hpp +++ b/lib/utils/section.hpp @@ -1,5 +1,7 @@ #pragma once +#include + #include #include #include @@ -8,7 +10,7 @@ namespace advss { -class Section : public QWidget { +class ADVSS_EXPORT Section : public QWidget { Q_OBJECT public: