fix undefined ref

This commit is contained in:
tqcq 2024-02-24 10:44:01 +08:00
parent 9cc2ec86b7
commit 37cbad0b99

View File

@ -8,6 +8,8 @@
#include "sled/network/physical_socket_server.h"
namespace sled {
constexpr TimeDelta SocketServer::kForever;
std::unique_ptr<sled::SocketServer>
CreateDefaultSocketServer()
{