summaryrefslogtreecommitdiffstats
path: root/logic/GZip.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/GZip.h')
-rw-r--r--logic/GZip.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/GZip.h b/logic/GZip.h
index cd9f53d8..7ccf1d38 100644
--- a/logic/GZip.h
+++ b/logic/GZip.h
@@ -1,7 +1,9 @@
#pragma once
#include <QByteArray>
-class GZip
+#include "multimc_logic_export.h"
+
+class MULTIMC_LOGIC_EXPORT GZip
{
public:
static bool inflate(const QByteArray &compressedBytes, QByteArray &uncompressedBytes);