diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-27 13:10:03 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-27 13:10:03 +1000 |
commit | 478d819121d970ca773cb52c99f396a9bf73ee62 (patch) | |
tree | ff5ffcff0baed0aec8864ec39a63e4e99230fe7a /src/RunStyles.cxx | |
parent | c30768f1167cfe590e0b6a12c4a986e82a210cc3 (diff) | |
download | scintilla-mirror-478d819121d970ca773cb52c99f396a9bf73ee62.tar.gz |
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Diffstat (limited to 'src/RunStyles.cxx')
-rw-r--r-- | src/RunStyles.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RunStyles.cxx b/src/RunStyles.cxx index ad8d977d6..a136f022a 100644 --- a/src/RunStyles.cxx +++ b/src/RunStyles.cxx @@ -15,6 +15,7 @@ #include "Platform.h" #include "Scintilla.h" +#include "Position.h" #include "SplitVector.h" #include "Partitioning.h" #include "RunStyles.h" |