summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/LegacyInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/LegacyInstance.h')
-rw-r--r--logic/minecraft/LegacyInstance.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/minecraft/LegacyInstance.h b/logic/minecraft/LegacyInstance.h
index 0930c290..8663daba 100644
--- a/logic/minecraft/LegacyInstance.h
+++ b/logic/minecraft/LegacyInstance.h
@@ -17,10 +17,12 @@
#include "minecraft/MinecraftInstance.h"
+#include "multimc_logic_export.h"
+
class ModList;
class Task;
-class LegacyInstance : public MinecraftInstance
+class MULTIMC_LOGIC_EXPORT LegacyInstance : public MinecraftInstance
{
Q_OBJECT
public: