Skip to content

Commit cb49241

Browse files
authored
Merge pull request #8621 from marcuschangarm/fix_include
Add missing include for TLSSocket
2 parents d55c0da + 07eb6bd commit cb49241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/netsocket/nsapi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include "netsocket/UDPSocket.h"
4141
#include "netsocket/TCPSocket.h"
4242
#include "netsocket/TCPServer.h"
43+
#include "netsocket/TLSSocket.h"
4344

4445
#endif
4546

0 commit comments

Comments
 (0)