summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/BaseInstaller.h')
-rw-r--r--logic/BaseInstaller.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/BaseInstaller.h b/logic/BaseInstaller.h
index d4f43beb..dd804085 100644
--- a/logic/BaseInstaller.h
+++ b/logic/BaseInstaller.h
@@ -17,6 +17,8 @@
#include <memory>
+#include "multimc_logic_export.h"
+
class OneSixInstance;
class QDir;
class QString;
@@ -25,7 +27,7 @@ class Task;
struct BaseVersion;
typedef std::shared_ptr<BaseVersion> BaseVersionPtr;
-class BaseInstaller
+class MULTIMC_LOGIC_EXPORT BaseInstaller
{
public:
BaseInstaller();