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/inkscape.cpp | |
| 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/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index fc823f8b7..449220357 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -37,6 +37,8 @@ #include <glib/gstdio.h> #include <glib.h> #include <glibmm/i18n.h> +#include <glibmm/miscutils.h> +#include <glibmm/convert.h> #include <gtkmm/messagedialog.h> #include <gtk/gtk.h> #include <signal.h> |
