diff options
author | Neil <nyamatongwe@gmail.com> | 2017-07-17 15:36:06 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-07-17 15:36:06 +1000 |
commit | 345d3df084f4e2d74e2a0ff5481b1e96648b0bab (patch) | |
tree | 491e3075518d069123bcb0ad6cb335fbe272f92c | |
parent | 46d35a2e30079cb7ce690cd60aece17cc00f1de1 (diff) | |
download | scintilla-mirror-345d3df084f4e2d74e2a0ff5481b1e96648b0bab.tar.gz |
Backport: Ensures tests build after change set 6352.
Backport of changeset 6353:90e01a286914.
-rw-r--r-- | test/unit/testSparseState.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/testSparseState.cxx b/test/unit/testSparseState.cxx index 1739ac77f..0cc9b149d 100644 --- a/test/unit/testSparseState.cxx +++ b/test/unit/testSparseState.cxx @@ -7,6 +7,8 @@ #include "Platform.h" +#include "Sci_Position.h" + #include "SparseState.h" #include "catch.hpp" |