mirror of
				https://github.com/boostorg/mqtt5.git
				synced 2025-10-31 16:11:37 +01:00 
			
		
		
		
	Summary: resolves T12767 Reviewers: ivica Reviewed By: ivica Subscribers: miljen Tags: #spacetime Maniphest Tasks: T12767 Differential Revision: https://repo.mireo.local/D25970
		
			
				
	
	
		
			10 lines
		
	
	
		
			224 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			224 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef ASYNC_MQTT5_HPP
 | |
| #define ASYNC_MQTT5_HPP
 | |
| 
 | |
| #include <async_mqtt5/error.hpp>
 | |
| #include <async_mqtt5/mqtt_client.hpp>
 | |
| #include <async_mqtt5/property_types.hpp>
 | |
| #include <async_mqtt5/types.hpp>
 | |
| 
 | |
| #endif // !ASYNC_MQTT5_HPP
 |