summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-07-04 13:14:48 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-07-04 13:14:48 +0000
commit23150cb6fa711f0591ad6470cac367a1f072415b (patch)
tree4484ba2dd8a6a5e26a739ed218abd7e1cb08ef59 /src
parentFix for 950677 : Preference to show legacy gradient editor (diff)
downloadinkscape-23150cb6fa711f0591ad6470cac367a1f072415b.tar.gz
inkscape-23150cb6fa711f0591ad6470cac367a1f072415b.zip
Fix for 168658 : Font substitution warning dialog - GTK3 compile
(bzr r11524)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/font-substitution.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/font-substitution.h b/src/ui/dialog/font-substitution.h
index c1f6d970d..6fa5aee91 100644
--- a/src/ui/dialog/font-substitution.h
+++ b/src/ui/dialog/font-substitution.h
@@ -17,6 +17,9 @@
#include <gtkmm/messagedialog.h>
#include <gtkmm/textview.h>
#include <gtkmm/scrolledwindow.h>
+#if WITH_GTKMM_3_0
+#include <gtkmm/checkbutton.h>
+#endif
#include <glibmm/i18n.h>
#include <glib.h>
#include <gtk/gtk.h>