summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gui_thread.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-01-12 00:56:57 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-01-12 00:56:57 +0000
commit462a534a5529bd40102ed553df5d368ce23e63a0 (patch)
treee1781cede4b05764b4147695afff4a6bbf183ba6 /gtk2_ardour/gui_thread.h
parent9a951bcd20a7cd814da3ad34e4c931231d824947 (diff)
Include gtkmm2ext/gtk_ui.h
git-svn-id: svn://localhost/trunk/ardour2@264 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/gui_thread.h')
-rw-r--r--gtk2_ardour/gui_thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/gui_thread.h b/gtk2_ardour/gui_thread.h
index 0e88ad5d77..a62a098654 100644
--- a/gtk2_ardour/gui_thread.h
+++ b/gtk2_ardour/gui_thread.h
@@ -1,6 +1,8 @@
#ifndef __ardour_gtk_gui_thread_h__
#define __ardour_gtk_gui_thread_h__
+#include <gtkmm2ext/gtk_ui.h>
+
#define ENSURE_GUI_THREAD(slot) \
if (!Gtkmm2ext::UI::instance()->caller_is_gui_thread()) {\
Gtkmm2ext::UI::instance()->call_slot ((slot));\