From fd659847620afa367c5dba44db94aa80ed07e47a Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 8 Feb 2023 01:40:44 +0100 Subject: [PATCH] fixed build again --- core/src/utils/proto/rigctl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/utils/proto/rigctl.cpp b/core/src/utils/proto/rigctl.cpp index 33d11a7a..ff1694b3 100644 --- a/core/src/utils/proto/rigctl.cpp +++ b/core/src/utils/proto/rigctl.cpp @@ -1,4 +1,5 @@ #include "rigctl.h" +#include namespace net::rigctl { Client::Client(std::shared_ptr sock) { @@ -315,4 +316,4 @@ namespace net::rigctl { sprintf(buf, "%lf\n", value); sock->sendstr(buf); } -} \ No newline at end of file +}