aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-07-27 13:10:03 +1000
committerNeil <nyamatongwe@gmail.com>2015-07-27 13:10:03 +1000
commit478d819121d970ca773cb52c99f396a9bf73ee62 (patch)
treeff5ffcff0baed0aec8864ec39a63e4e99230fe7a /src/Selection.cxx
parentc30768f1167cfe590e0b6a12c4a986e82a210cc3 (diff)
downloadscintilla-mirror-478d819121d970ca773cb52c99f396a9bf73ee62.tar.gz
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Diffstat (limited to 'src/Selection.cxx')
-rw-r--r--src/Selection.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.cxx b/src/Selection.cxx
index 5a673425f..a629c7e40 100644
--- a/src/Selection.cxx
+++ b/src/Selection.cxx
@@ -15,6 +15,7 @@
#include "Scintilla.h"
+#include "Position.h"
#include "Selection.h"
#ifdef SCI_NAMESPACE