diff options
Diffstat (limited to 'test/unit/testSparseState.cxx')
-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 0cc9b149d..3cc283b69 100644 --- a/test/unit/testSparseState.cxx +++ b/test/unit/testSparseState.cxx @@ -13,6 +13,8 @@ #include "catch.hpp" +using namespace Scintilla; + // Test SparseState. TEST_CASE("SparseState") { |