fixed previous commit

pthread.h was not included in thread.c in the end

\+ small improvements
This commit is contained in:
Martin Pulec
2023-11-10 16:04:44 +01:00
parent 9f5530df1b
commit ddaba11059
2 changed files with 7 additions and 4 deletions

View File

@@ -39,8 +39,8 @@
#include "utils/thread.h"
#include "utils/worker.h"
#include <cassert>
#include <algorithm>
#include <cassert>
#include <pthread.h>
#include <queue>
#include <set>