fix windows/mingw builds
authorRobin Gareus <robin@gareus.org>
Tue, 29 Dec 2015 09:30:27 +0000 (10:30 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 29 Dec 2015 09:30:27 +0000 (10:30 +0100)
libs/pbd/pbd/event_loop.h

index 90d72ef47cf7388688924bd38f353297aa32859c..90184c7c06543d6206902f5edfb6133f737af421 100644 (file)
@@ -25,6 +25,7 @@
 #include <map>
 #include <boost/function.hpp>
 #include <boost/bind.hpp> /* we don't need this here, but anything calling call_slot() probably will, so this is convenient */
+#include <pthread.h>
 #include <glibmm/threads.h>
 
 #include "pbd/libpbd_visibility.h"