fixed build again

pull/991/head
AlexandreRouma 2023-02-08 01:40:44 +01:00
rodzic 7094368113
commit fd65984762
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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);
}
}
}