diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-17 10:49:00 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-17 10:49:00 +1100 |
commit | b36983d5f4550bb14afe0e557831b9004dad7409 (patch) | |
tree | 8ad9ba58bb73414ba3e2266b4b64341ce26e7f3d /src/Selection.cxx | |
parent | 7f5b292b12975f58ced1e445a41c4b21a350ab9b (diff) | |
download | scintilla-mirror-b36983d5f4550bb14afe0e557831b9004dad7409.tar.gz |
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Diffstat (limited to 'src/Selection.cxx')
-rw-r--r-- | src/Selection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.cxx b/src/Selection.cxx index 4274b190c..261fa81c5 100644 --- a/src/Selection.cxx +++ b/src/Selection.cxx @@ -14,6 +14,7 @@ #include <algorithm> #include <memory> +#include "Geometry.h" #include "Platform.h" #include "Scintilla.h" |