kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
add missing include
rodzic
2a84ed202c
commit
553204b801
|
@ -1,6 +1,7 @@
|
|||
#include <spyserver_client.h>
|
||||
#include <volk/volk.h>
|
||||
#include <cstring>
|
||||
#include <chrono>
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
@ -169,4 +170,4 @@ namespace spyserver {
|
|||
}
|
||||
return SpyServerClient(new SpyServerClientClass(std::move(conn), out));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue