Permalink
Browse files
#5617 Add SecureSocket to TCPSocketFactory
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/lib/net/TCPSocketFactory.cpp
|
|
@@ -19,6 +19,7 @@ |
|
|
#include "net/TCPSocketFactory.h"
|
|
|
#include "net/TCPSocket.h"
|
|
|
#include "net/TCPListenSocket.h"
|
|
|
+#include "net/SecureSocket.h"
|
|
|
#include "net/SecureListenSocket.h"
|
|
|
#include "arch/Arch.h"
|
|
|
#include "base/Log.h"
|
|
|
|
0 comments on commit
52c8763