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/ContractionState.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/ContractionState.cxx')
-rw-r--r-- | src/ContractionState.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index 16ca3c531..80f79de29 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -12,6 +12,7 @@ #include "Platform.h" +#include "Position.h" #include "SplitVector.h" #include "Partitioning.h" #include "RunStyles.h" |