summaryrefslogtreecommitdiffstats
path: root/logic/launch/LaunchTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/launch/LaunchTask.h')
-rw-r--r--logic/launch/LaunchTask.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/launch/LaunchTask.h b/logic/launch/LaunchTask.h
index bd0485c8..eb13a72d 100644
--- a/logic/launch/LaunchTask.h
+++ b/logic/launch/LaunchTask.h
@@ -22,7 +22,9 @@
#include "LoggedProcess.h"
#include "LaunchStep.h"
-class LaunchTask: public Task
+#include "multimc_logic_export.h"
+
+class MULTIMC_LOGIC_EXPORT LaunchTask: public Task
{
Q_OBJECT
protected: