Skip to content

Commit 2bf9686

Browse files
committed
compilation error
1 parent c2797be commit 2bf9686

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/scl/net/tcp/utils.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
#include "./utils.h"
1919

20+
#include <system_error>
21+
2022
#include "./syscalls.h"
2123

2224
int scl::details::createServerSocket(int port, int backlog) {

src/scl/net/tcp/utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#ifndef SCL_NET_TCP_UTILS_H
1919
#define SCL_NET_TCP_UTILS_H
2020

21+
#include <string>
22+
2123
#include <fcntl.h>
2224
#include <netinet/in.h>
2325
#include <sys/socket.h>

0 commit comments

Comments
 (0)