X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fnet%2Fclientsocket.h;fp=source%2Fnet%2Fclientsocket.h;h=80d927a330c63847c8a9cdfe88643681dad75680;hp=c33ed93cbc77e8d7be0a293caa1933f78fdaf088;hb=394c9a732192fce9b3b453dfdb9e92400af2a4f8;hpb=0cd8309240cd48fdc16d9cc433297e33a0a2cdd0 diff --git a/source/net/clientsocket.h b/source/net/clientsocket.h index c33ed93..80d927a 100644 --- a/source/net/clientsocket.h +++ b/source/net/clientsocket.h @@ -1,6 +1,7 @@ #ifndef MSP_NET_CLIENTSOCKET_H_ #define MSP_NET_CLIENTSOCKET_H_ +#include "mspnet_api.h" #include "socket.h" namespace Msp { @@ -9,7 +10,7 @@ namespace Net { /** ClientSockets are used for sending and receiving data over the network. */ -class ClientSocket: public Socket +class MSPNET_API ClientSocket: public Socket { public: /** Emitted when the socket finishes connecting. */