Merge pull request #8621 from marcuschangarm/fix_include

Add missing include for TLSSocket
pull/8653/head
Martin Kojtal 2018-11-05 17:18:52 +01:00 committed by GitHub
commit cb4924151e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include "netsocket/UDPSocket.h"
#include "netsocket/TCPSocket.h"
#include "netsocket/TCPServer.h"
#include "netsocket/TLSSocket.h"
#endif