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 | 8b9c9c1375d6a65b8dca0562b00079e15fd90bb4 (patch) | |
tree | 3e2dccb1ee3c971891cfafa2b62143a8b4e5af01 /src/Editor.cxx | |
parent | 2f2dfccd799599295329f90c17998feabff132e9 (diff) | |
download | scintilla-mirror-8b9c9c1375d6a65b8dca0562b00079e15fd90bb4.tar.gz |
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 29186365e..ca87b1319 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -25,6 +25,7 @@ #include "Scintilla.h" #include "StringCopy.h" +#include "Position.h" #include "SplitVector.h" #include "Partitioning.h" #include "RunStyles.h" |