diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-09-15 16:06:04 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-09-15 16:06:04 +0000 |
| commit | c9756b3d790bffe1fbdade3ff7e53548fec636e5 (patch) | |
| tree | f219b32ea7f628bc8cd2325bd91a8c18c09d7beb /src/ui | |
| parent | simplify test (note to self: always consult the man page before pushing a com... (diff) | |
| parent | Always check result of sp_repr_read_mem for NULL (diff) | |
| download | inkscape-c9756b3d790bffe1fbdade3ff7e53548fec636e5.tar.gz inkscape-c9756b3d790bffe1fbdade3ff7e53548fec636e5.zip | |
update to trunk (r13556)
(bzr r13506.1.97)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index e04748759..7d43adc0f 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -19,6 +19,7 @@ #include "inkscape-preferences.h" #include <glibmm/i18n.h> +#include <glibmm/markup.h> #include <glibmm/miscutils.h> #include <gtkmm/main.h> #include <gtkmm/frame.h> |
