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/CallTip.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/CallTip.cxx')
-rw-r--r-- | src/CallTip.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CallTip.cxx b/src/CallTip.cxx index 3f8363bd4..541f4c683 100644 --- a/src/CallTip.cxx +++ b/src/CallTip.cxx @@ -17,6 +17,7 @@ #include "Scintilla.h" #include "StringCopy.h" +#include "Position.h" #include "CallTip.h" #ifdef SCI_NAMESPACE |