We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2797be commit 2bf9686Copy full SHA for 2bf9686
src/scl/net/tcp/utils.cc
@@ -17,6 +17,8 @@
17
18
#include "./utils.h"
19
20
+#include <system_error>
21
+
22
#include "./syscalls.h"
23
24
int scl::details::createServerSocket(int port, int backlog) {
src/scl/net/tcp/utils.h
@@ -18,6 +18,8 @@
#ifndef SCL_NET_TCP_UTILS_H
#define SCL_NET_TCP_UTILS_H
+#include <string>
#include <fcntl.h>
#include <netinet/in.h>
25
#include <sys/socket.h>
0 commit comments