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 /gtk/ScintillaGTK.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 'gtk/ScintillaGTK.cxx')
-rw-r--r-- | gtk/ScintillaGTK.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index f0863672b..d08b944c8 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -38,6 +38,7 @@ #ifdef SCI_LEXER #include "LexerModule.h" #endif +#include "Position.h" #include "SplitVector.h" #include "Partitioning.h" #include "RunStyles.h" |