aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.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/AutoComplete.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/AutoComplete.cxx')
-rw-r--r--src/AutoComplete.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx
index c55c909bb..3f3570283 100644
--- a/src/AutoComplete.cxx
+++ b/src/AutoComplete.cxx
@@ -19,6 +19,7 @@
#include "Scintilla.h"
#include "CharacterSet.h"
+#include "Position.h"
#include "AutoComplete.h"
#ifdef SCI_NAMESPACE