From 1cdf02ae2f3515857880c45be3e22274d281c2cf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Jul 2012 21:43:05 +0000 Subject: 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 in a couple of places git-svn-id: svn://localhost/ardour2/branches/3.0@13076 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/export_profile_manager.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/export_profile_manager.cc') 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 #include +#include #include #include -- cgit v1.2.3