aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testCellBuffer.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 /test/unit/testCellBuffer.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 'test/unit/testCellBuffer.cxx')
-rw-r--r--test/unit/testCellBuffer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testCellBuffer.cxx b/test/unit/testCellBuffer.cxx
index 691271927..86ab3a59c 100644
--- a/test/unit/testCellBuffer.cxx
+++ b/test/unit/testCellBuffer.cxx
@@ -6,6 +6,7 @@
#include "Platform.h"
+#include "Position.h"
#include "SplitVector.h"
#include "Partitioning.h"
#include "RunStyles.h"