summaryrefslogtreecommitdiffstats
path: root/src/measure-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/measure-context.cpp')
-rw-r--r--src/measure-context.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/measure-context.cpp b/src/measure-context.cpp
index 8dfcb1441..cd233eaa8 100644
--- a/src/measure-context.cpp
+++ b/src/measure-context.cpp
@@ -44,6 +44,11 @@
#include "enums.h"
#include "ui/control-manager.h"
+#if !GTK_CHECK_VERSION(2,22,0)
+#include "compat-key-syms.h"
+#endif
+
+
using Inkscape::ControlManager;
using Inkscape::CTLINE_SECONDARY;