mirror of https://github.com/ARMmbed/mbed-os.git
Add missing include for TLSSocket
TCP and UDP sockets are automatically available when mbed.h is included in an application. This change lets the TLSSocket be used in the same way.pull/8621/head
parent
1608fbbe54
commit
07eb6bd159
|
@ -40,6 +40,7 @@
|
|||
#include "netsocket/UDPSocket.h"
|
||||
#include "netsocket/TCPSocket.h"
|
||||
#include "netsocket/TCPServer.h"
|
||||
#include "netsocket/TLSSocket.h"
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue