diff options
Diffstat (limited to 'tests/treeidxtest.cpp')
-rw-r--r-- | tests/treeidxtest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/treeidxtest.cpp b/tests/treeidxtest.cpp index 873a6b7..e7bfa2b 100644 --- a/tests/treeidxtest.cpp +++ b/tests/treeidxtest.cpp @@ -4,6 +4,9 @@ #include <stdio.h> #include <treekeyidx.h> +#ifndef NO_SWORD_NAMESPACE +using namespace sword; +#endif void printTree(TreeKeyIdx treeKey, TreeKeyIdx *target = 0, int level = 1) { if (!target) |