mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 00:34:44 +01:00
fixed build
This commit is contained in:
parent
e59d804b31
commit
31ff7f3224
@ -101,7 +101,7 @@ if (MSVC)
|
|||||||
target_link_libraries(sdrpp_core PUBLIC FFTW3::fftw3f)
|
target_link_libraries(sdrpp_core PUBLIC FFTW3::fftw3f)
|
||||||
|
|
||||||
# WinSock2
|
# WinSock2
|
||||||
target_link_libraries(sdrpp_core PUBLIC wsock32 ws2_32)
|
target_link_libraries(sdrpp_core PUBLIC wsock32 ws2_32 iphlpapi)
|
||||||
|
|
||||||
# ZSTD
|
# ZSTD
|
||||||
find_package(zstd CONFIG REQUIRED)
|
find_package(zstd CONFIG REQUIRED)
|
||||||
|
@ -256,6 +256,7 @@ namespace net::http {
|
|||||||
|
|
||||||
class Client {
|
class Client {
|
||||||
public:
|
public:
|
||||||
|
Client() {}
|
||||||
Client(std::shared_ptr<Socket> sock);
|
Client(std::shared_ptr<Socket> sock);
|
||||||
|
|
||||||
int sendRequestHeader(RequestHeader& req);
|
int sendRequestHeader(RequestHeader& req);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user