mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:49:40 +02:00
Added missing units for websocket client example
This commit is contained in:
parent
894c49ca93
commit
bb91dadb00
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user