minor fixes

This commit is contained in:
perseusdg
2021-01-21 09:29:27 +04:00
parent b994eb2a4e
commit 6327e46513
4 changed files with 22 additions and 7 deletions
+5
View File
@@ -2,7 +2,12 @@
#include <iostream>
#include <signal.h>
#include <stdlib.h> /* srand, rand */
#ifdef __linux__
#include <unistd.h>
#elif _WIN32
#include <Windows.h>
#endif
#include <mutex>
#include "utils.h"