summaryrefslogtreecommitdiffstats
path: root/logic/forge/ForgeInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/forge/ForgeInstaller.h')
-rw-r--r--logic/forge/ForgeInstaller.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/forge/ForgeInstaller.h b/logic/forge/ForgeInstaller.h
index ae30177f..0de762b6 100644
--- a/logic/forge/ForgeInstaller.h
+++ b/logic/forge/ForgeInstaller.h
@@ -20,11 +20,13 @@
#include <QString>
#include <memory>
+#include "multimc_logic_export.h"
+
class MinecraftProfile;
class ForgeInstallTask;
struct ForgeVersion;
-class ForgeInstaller : public BaseInstaller
+class MULTIMC_LOGIC_EXPORT ForgeInstaller : public BaseInstaller
{
friend class ForgeInstallTask;
public: