summaryrefslogtreecommitdiffstats
path: root/src/ui/monitor.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/ui/monitor.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/ui/monitor.cpp')
-rw-r--r--src/ui/monitor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/monitor.cpp b/src/ui/monitor.cpp
index 19a304bb0..b78681070 100644
--- a/src/ui/monitor.cpp
+++ b/src/ui/monitor.cpp
@@ -30,6 +30,8 @@
#include <gdkmm/rectangle.h>
#include <gdkmm/window.h>
+#include "include/gtkmm_version.h"
+
#if GTKMM_CHECK_VERSION(3,22,0)
# include <gdkmm/monitor.h>
#else