mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #8621 from marcuschangarm/fix_include
Add missing include for TLSSocketpull/8653/head
						commit
						cb4924151e
					
				| 
						 | 
					@ -40,6 +40,7 @@
 | 
				
			||||||
#include "netsocket/UDPSocket.h"
 | 
					#include "netsocket/UDPSocket.h"
 | 
				
			||||||
#include "netsocket/TCPSocket.h"
 | 
					#include "netsocket/TCPSocket.h"
 | 
				
			||||||
#include "netsocket/TCPServer.h"
 | 
					#include "netsocket/TCPServer.h"
 | 
				
			||||||
 | 
					#include "netsocket/TLSSocket.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue