diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-28 15:49:30 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-28 15:49:30 +0000 |
| commit | 019c87b20cd0b9c85268afaf389d7380b4dbce3c (patch) | |
| tree | d11083eb85a4c9616e7e667802b110cad24425dd /src/ui/widget/panel.cpp | |
| parent | Drop GtkObject use in dialog (diff) | |
| download | inkscape-019c87b20cd0b9c85268afaf389d7380b4dbce3c.tar.gz inkscape-019c87b20cd0b9c85268afaf389d7380b4dbce3c.zip | |
gtkmm-3.0 fixes for Gtk::Box and header inclusions
(bzr r11304)
Diffstat (limited to 'src/ui/widget/panel.cpp')
| -rw-r--r-- | src/ui/widget/panel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <gtkmm/dialog.h> // for Gtk::RESPONSE_* #include <gtkmm/menu.h> #include <gtkmm/stock.h> +#include <gtkmm/radiobutton.h> +#include <gtkmm/radiomenuitem.h> #include <gtk/gtk.h> |
