summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-30 17:22:28 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-01 22:50:12 +0000
commit1c1b7045b28d87b47b060bfb8e8ad9df34712785 (patch)
tree311f26c1ebb06c86785401ecf855cfed55792d34 /src/widgets/toolbox.cpp
parentEnd fix bug bug:#1769679 #18; Crash when opening file with live path effect (diff)
downloadinkscape-1c1b7045b28d87b47b060bfb8e8ad9df34712785.tar.gz
inkscape-1c1b7045b28d87b47b060bfb8e8ad9df34712785.zip
Move GTKMM_CHECK_VERSION from config.h to it's own header
Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 07ff69dc9..8c6b7612e 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -48,6 +48,8 @@
#include "helper/action.h"
+#include "include/gtkmm_version.h"
+
#include "io/resource.h"
#include "object/sp-namedview.h"