Bugfix + linux support

This commit is contained in:
Ryzerth
2020-07-20 13:36:16 +02:00
parent 43f6802199
commit 379d6f8101
3 changed files with 18 additions and 14 deletions

View File

@@ -2,6 +2,7 @@
#include <condition_variable>
#include <algorithm>
#include <math.h>
#include <string.h>
#define STREAM_BUF_SZ 1000000