summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-24 21:43:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-24 21:43:05 +0000
commit1cdf02ae2f3515857880c45be3e22274d281c2cf (patch)
treeb39682a801c37aa76c2e0771078aa759709af354 /libs/ardour/export_profile_manager.cc
parente284a533492de02366f70e608b8dfbd04a3dbcaf (diff)
remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in order to pick up Glib::Threads::Mutex which can be used statically, use that to replace boost::mutex; add required inclusion of <cerrno> in a couple of places
git-svn-id: svn://localhost/ardour2/branches/3.0@13076 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 4d9413cbce..af7f6a73f8 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -20,6 +20,7 @@
#include <cassert>
#include <stdexcept>
+#include <cerrno>
#include <glib.h>
#include <glib/gstdio.h>