13
0

add missing pthread.h includes

This commit is contained in:
Robin Gareus 2015-07-31 02:28:12 +02:00
parent cfbd9dd6d4
commit f9f01104c6
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <vector>
#include <string>
#include <stdint.h>
#include <pthread.h>
#include <boost/shared_ptr.hpp>
#include "pbd/ringbuffer.h"

View File

@ -23,6 +23,7 @@
#include <mmsystem.h>
#include <stdint.h>
#include <pthread.h>
#include <string>