From db5ad2e09a6b38e841463dbe7eb076492b62c948 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 18 Aug 2009 15:58:17 +0200 Subject: Mad funktioniert jetzt unter Windows --- src/Common/ClientConnection.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Common/ClientConnection.h') diff --git a/src/Common/ClientConnection.h b/src/Common/ClientConnection.h index acdd28a..b50f163 100644 --- a/src/Common/ClientConnection.h +++ b/src/Common/ClientConnection.h @@ -20,6 +20,8 @@ #ifndef MAD_COMMON_CLIENTCONNECTION_H_ #define MAD_COMMON_CLIENTCONNECTION_H_ +#include "export.h" + #include "Connection.h" #include @@ -33,7 +35,7 @@ class ClientConnection; namespace Common { -class ClientConnection : public Connection { +class MAD_COMMON_EXPORT ClientConnection : public Connection { private: Net::ClientConnection *connection; -- cgit v1.2.3