]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckipc.h
Missing includes.
[wxWidgets.git] / include / wx / sckipc.h
index 25f74776461d0c4d21affd4d033f1cf3ba26d907..ab06fb943ea433f39769e030ae904598e6717bfb 100644 (file)
@@ -106,7 +106,7 @@ private:
     DECLARE_NO_COPY_CLASS(wxTCPConnection)
 };
 
-class wxTCPServer: public wxServerBase
+class WXDLLIMPEXP_NET wxTCPServer: public wxServerBase
 {
   DECLARE_DYNAMIC_CLASS(wxTCPServer)
 
@@ -133,7 +133,7 @@ protected:
     DECLARE_NO_COPY_CLASS(wxTCPServer)
 };
 
-class wxTCPClient: public wxClientBase
+class WXDLLIMPEXP_NET wxTCPClient: public wxClientBase
 {
   DECLARE_DYNAMIC_CLASS(wxTCPClient)