Skip to content

Commit a44defd

Browse files
committed
Fix a missing include
1 parent 98f9347 commit a44defd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/linux/ServerSocketWrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "Log.h"
44
#include <iostream>
55
#include <netinet/in.h>
6+
#include <unistd.h>
67
#include <vector>
78

89
class ServerSocketWrapper {

0 commit comments

Comments
 (0)