mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 08:58:13 +01:00 
			
		
		
		
	Fixed missing include
This commit is contained in:
		| @@ -2,6 +2,7 @@ | ||||
| #include <utils/net.h> | ||||
| #include <dsp/stream.h> | ||||
| #include <dsp/types.h> | ||||
| #include <thread> | ||||
|  | ||||
| namespace rtltcp { | ||||
| #pragma pack(push, 1) | ||||
| @@ -41,4 +42,4 @@ namespace rtltcp { | ||||
|     }; | ||||
|  | ||||
|     std::shared_ptr<Client> connect(dsp::stream<dsp::complex_t>* stream, std::string host, int port = 1234); | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user