aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyMap.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-02-16 09:39:20 +1100
committerNeil <nyamatongwe@gmail.com>2022-02-16 09:39:20 +1100
commitac99bf8caef4efbff29d031ab04f7e44ab5234d9 (patch)
tree43e6b3df7f5e899afa3071a449afe2968a956a3a /src/KeyMap.cxx
parent5f97894b40d40d8f4cbb3196cfadb25ccc131bc4 (diff)
downloadscintilla-mirror-ac99bf8caef4efbff29d031ab04f7e44ab5234d9.tar.gz
Bug [#2315] Fix undefined macros. Fixes key map for GTK on macOS and Haiku build.
Diffstat (limited to 'src/KeyMap.cxx')
-rw-r--r--src/KeyMap.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx
index 8d6857546..da4f242a4 100644
--- a/src/KeyMap.cxx
+++ b/src/KeyMap.cxx
@@ -18,6 +18,8 @@
#include "ScintillaMessages.h"
#include "Debugging.h"
+#include "Geometry.h"
+#include "Platform.h"
#include "KeyMap.h"