summaryrefslogtreecommitdiffstats
path: root/src/Client/SystemCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/SystemCommands.h')
-rw-r--r--src/Client/SystemCommands.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Client/SystemCommands.h b/src/Client/SystemCommands.h
index 3d78151..74b1a62 100644
--- a/src/Client/SystemCommands.h
+++ b/src/Client/SystemCommands.h
@@ -20,6 +20,8 @@
#ifndef MAD_CLIENT_SYSTEMCOMMANDS_H_
#define MAD_CLIENT_SYSTEMCOMMANDS_H_
+#include "export.h"
+
#include <Common/XmlPacket.h>
#include <vector>
@@ -31,7 +33,7 @@ namespace Client {
class CommandParser;
-class SystemCommands {
+class MAD_CLIENT_EXPORT SystemCommands {
private:
SystemCommands();