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 | cb3e7de04b3b3210c0715d7dd62c18c7b632d56f (patch) | |
tree | 3807c784d49a473c8b35dbdcb3350ac9d4698ac1 | |
parent | 7f6f9643d38f799155a76c108c8273f5cb2136ca (diff) | |
download | scintilla-mirror-cb3e7de04b3b3210c0715d7dd62c18c7b632d56f.tar.gz |
Ensures tests build after change set 6352.
-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" |