Browse Source

Added missing units for websocket client example

Yuri Silver 3 years ago
parent
commit
bb91dadb00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-web/examples/websocket/client/wsclient.lpr

+ 1 - 1
packages/fcl-web/examples/websocket/client/wsclient.lpr

@@ -6,7 +6,7 @@ uses
   {$IFDEF UNIX}
   {$IFDEF UNIX}
   cthreads,
   cthreads,
   {$ENDIF}
   {$ENDIF}
-  Classes, jsonparser, fpJSON,SysUtils, StrUtils, CustApp, uriparser, httpprotocol, fphttpclient;
+  Classes, jsonparser, fpJSON,SysUtils, StrUtils, CustApp, uriparser, httpprotocol, fpwebsocketclient, fpwebsocket;
 
 
 type
 type