diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-23 13:57:26 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-23 13:57:26 +0000 |
| commit | ea952687e7b1ae64c4c30c8eb66bd875d75fec2d (patch) | |
| tree | bb58d72238c9512c777763b98f935c9d97665ada /src/ui/widget | |
| parent | Get text from selected row rather than from entry box. (diff) | |
| download | inkscape-ea952687e7b1ae64c4c30c8eb66bd875d75fec2d.tar.gz inkscape-ea952687e7b1ae64c4c30c8eb66bd875d75fec2d.zip | |
Fix missing headers for Gtk+ 3 build
Fixed bugs:
- https://launchpad.net/bugs/1122816
(bzr r12145)
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/dock-item.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/dock-item.cpp b/src/ui/widget/dock-item.cpp index b9cc50845..8d960ddc3 100644 --- a/src/ui/widget/dock-item.cpp +++ b/src/ui/widget/dock-item.cpp @@ -18,6 +18,7 @@ #include <gtkmm/icontheme.h> #include <gtkmm/stockitem.h> +#include <glibmm/exceptionhandler.h> namespace Inkscape { namespace UI { |
