Quellcode durchsuchen

Added missing units for websocket client example

Yuri Silver vor 3 Jahren
Ursprung
Commit
bb91dadb00
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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