13
0

fix windows/mingw builds

This commit is contained in:
Robin Gareus 2015-12-29 10:30:27 +01:00
parent d959461537
commit 23333a271e

View 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"