Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Mar 14, 2024
1 parent fa63b57 commit e4c7800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RESTRequest4D.Request.Client.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interface

uses RESTRequest4D.Request.Contract, Data.DB, REST.Client, REST.Response.Adapter, REST.Types, System.SysUtils, System.Classes,
RESTRequest4D.Response.Contract, REST.Authenticator.Basic{$IF COMPILERVERSION >= 33.0}, System.Net.HttpClient{$ENDIF},
System.JSON, RESTRequest4D.Request.Adapter.Contract;
System.JSON, RESTRequest4D.Request.Adapter.Contract{$IF COMPILERVERSION <= 32.0}, IPPeerClient, IPPeerCommon{$ENDIF};

type
TRequestClient = class(TInterfacedObject, IRequest)
Expand Down

0 comments on commit e4c7800

Please sign in to comment.