mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
fixed build again
This commit is contained in:
parent
7094368113
commit
fd65984762
@ -1,4 +1,5 @@
|
||||
#include "rigctl.h"
|
||||
#include <math.h>
|
||||
|
||||
namespace net::rigctl {
|
||||
Client::Client(std::shared_ptr<Socket> sock) {
|
||||
@ -315,4 +316,4 @@ namespace net::rigctl {
|
||||
sprintf(buf, "%lf\n", value);
|
||||
sock->sendstr(buf);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user