diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-30 17:22:28 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-01 22:50:12 +0000 |
| commit | 1c1b7045b28d87b47b060bfb8e8ad9df34712785 (patch) | |
| tree | 311f26c1ebb06c86785401ecf855cfed55792d34 /src/ui/tools/tool-base.cpp | |
| parent | End fix bug bug:#1769679 #18; Crash when opening file with live path effect (diff) | |
| download | inkscape-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/ui/tools/tool-base.cpp')
| -rw-r--r-- | src/ui/tools/tool-base.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tools/tool-base.cpp b/src/ui/tools/tool-base.cpp index f9ab36853..172668618 100644 --- a/src/ui/tools/tool-base.cpp +++ b/src/ui/tools/tool-base.cpp @@ -43,6 +43,8 @@ #include "display/sp-canvas-group.h" #include "display/canvas-rotate.h" +#include "include/gtkmm_version.h" + #include "object/sp-guide.h" #include "ui/contextmenu.h" |
