From 462a534a5529bd40102ed553df5d368ce23e63a0 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Thu, 12 Jan 2006 00:56:57 +0000 Subject: Include gtkmm2ext/gtk_ui.h git-svn-id: svn://localhost/trunk/ardour2@264 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/gui_thread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/gui_thread.h') 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 + #define ENSURE_GUI_THREAD(slot) \ if (!Gtkmm2ext::UI::instance()->caller_is_gui_thread()) {\ Gtkmm2ext::UI::instance()->call_slot ((slot));\ -- cgit v1.2.3