mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 20:05:25 +00:00
fixed previous commit
pthread.h was not included in thread.c in the end \+ small improvements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user