From 019c87b20cd0b9c85268afaf389d7380b4dbce3c Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sat, 28 Apr 2012 16:49:30 +0100 Subject: gtkmm-3.0 fixes for Gtk::Box and header inclusions (bzr r11304) --- src/ui/widget/panel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/widget/panel.cpp') diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp index 45c4e5f07..b40bb75cd 100644 --- a/src/ui/widget/panel.cpp +++ b/src/ui/widget/panel.cpp @@ -20,6 +20,8 @@ #include // for Gtk::RESPONSE_* #include #include +#include +#include #include -- cgit v1.2.3 From 7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Tue, 1 May 2012 00:08:33 +0100 Subject: Fix typos in Gtk3 fixes, and fix separator API usage (bzr r11309) --- src/ui/widget/panel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/widget/panel.cpp') diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp index b40bb75cd..a1ae6a36d 100644 --- a/src/ui/widget/panel.cpp +++ b/src/ui/widget/panel.cpp @@ -22,6 +22,7 @@ #include #include #include +#include #include -- cgit v1.2.3