mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
add missing pthread.h includes
This commit is contained in:
parent
cfbd9dd6d4
commit
f9f01104c6
2 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include "pbd/ringbuffer.h"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#include <mmsystem.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue