diff options
author | Neil <nyamatongwe@gmail.com> | 2017-08-28 17:22:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-08-28 17:22:28 +1000 |
commit | 6f2acdebacaed2086f4e1e88ca7c914118895eb5 (patch) | |
tree | b1616ab71f66bbe6dcd4b994cf77e1226f44f214 /src/PositionCache.cxx | |
parent | 120a40308f90d265ffae9fe15a330f9a0962335e (diff) | |
download | scintilla-mirror-6f2acdebacaed2086f4e1e88ca7c914118895eb5.tar.gz |
Backport: New header ILoader.h defines ILoader interface as it does not belong in ILexer.h.
Backport of changeset 6383:9c8257ff60b7.
Diffstat (limited to 'src/PositionCache.cxx')
-rw-r--r-- | src/PositionCache.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index 591cf2254..379c6f338 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -18,6 +18,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" |