mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	fixed build again
This commit is contained in:
		| @@ -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); | ||||
|     } | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user