aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-07-27 13:10:03 +1000
committerNeil <nyamatongwe@gmail.com>2015-07-27 13:10:03 +1000
commit8b9c9c1375d6a65b8dca0562b00079e15fd90bb4 (patch)
tree3e2dccb1ee3c971891cfafa2b62143a8b4e5af01 /src/Editor.cxx
parent2f2dfccd799599295329f90c17998feabff132e9 (diff)
downloadscintilla-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.cxx1
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"