This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5617 Add SecureSocket to TCPSocketFactory

  • Loading branch information...
nlyan committed Sep 27, 2016
1 parent 6456271 commit 52c8763d97c0ff0b1122e0468ed752a714de27d3
Showing with 1 addition and 0 deletions.
  1. +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

Please sign in to comment.