mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-28 05:17:50 +02:00
fixed build
This commit is contained in:
@ -256,6 +256,7 @@ namespace net::http {
|
||||
|
||||
class Client {
|
||||
public:
|
||||
Client() {}
|
||||
Client(std::shared_ptr<Socket> sock);
|
||||
|
||||
int sendRequestHeader(RequestHeader& req);
|
||||
|
Reference in New Issue
Block a user