Fixed missing header for gcc (9.3.0) compilation (#346)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							60563d88f2
						
					
				
				
					commit
					2bc3afcf6c
				
			@@ -8,6 +8,7 @@
 | 
				
			|||||||
// emulate the interrupt event by using a short timeout with ix::poll() and
 | 
					// emulate the interrupt event by using a short timeout with ix::poll() and
 | 
				
			||||||
// read from the SelectInterrupt. (see Socket::poll() "Emulation mode")
 | 
					// read from the SelectInterrupt. (see Socket::poll() "Emulation mode")
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
 | 
					#include <algorithm>
 | 
				
			||||||
#include "IXSelectInterruptEvent.h"
 | 
					#include "IXSelectInterruptEvent.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace ix
 | 
					namespace ix
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user