Răsfoiți Sursa

Added missing units for websocket client example

Yuri Silver 3 ani în urmă
părinte
comite
bb91dadb00
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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}
   cthreads,
   {$ENDIF}
-  Classes, jsonparser, fpJSON,SysUtils, StrUtils, CustApp, uriparser, httpprotocol, fphttpclient;
+  Classes, jsonparser, fpJSON,SysUtils, StrUtils, CustApp, uriparser, httpprotocol, fpwebsocketclient, fpwebsocket;
 
 type