minor fixes for windows ,for release v0.6

This commit is contained in:
perseusdg
2021-07-24 08:51:44 -07:00
parent e58ddadb7d
commit 1412aa66c4
7 changed files with 31 additions and 13 deletions
+2
View File
@@ -4,7 +4,9 @@
#include <iostream>
#include <signal.h>
#include <stdlib.h>
#ifdef __linux__
#include <unistd.h>
#endif
#include <mutex>
#include "utils.h"