Fixed missing signal include

This commit is contained in:
WolverinDEV
2020-03-01 10:34:08 +01:00
parent 6510c0e85e
commit 2acef8214d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
#include <unistd.h>
#include <csignal>
#include <sys/socket.h>
#include <netinet/in.h>
#include <algorithm>