summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-29 10:30:27 +0100
committerRobin Gareus <robin@gareus.org>2015-12-29 10:30:27 +0100
commit23333a271e76142b3db202afc3d4ce0778e6aed7 (patch)
tree74493fbf7586c367e61086a1f2ca4e9deb476001
parentd959461537e3c65b9fb0f8cd93aae6666856cf84 (diff)
fix windows/mingw builds
-rw-r--r--libs/pbd/pbd/event_loop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/event_loop.h b/libs/pbd/pbd/event_loop.h
index 90d72ef47c..90184c7c06 100644
--- a/libs/pbd/pbd/event_loop.h
+++ b/libs/pbd/pbd/event_loop.h
@@ -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"