aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indextest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indextest.cpp')
-rw-r--r--tests/indextest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indextest.cpp b/tests/indextest.cpp
index 457a2e4..4c9f656 100644
--- a/tests/indextest.cpp
+++ b/tests/indextest.cpp
@@ -1,6 +1,9 @@
#include <swmgr.h>
#include <iostream>
#include <versekey.h>
+#ifndef NO_SWORD_NAMESPACE
+using namespace sword;
+#endif
int main(int argc, char **argv) {
SWMgr mymgr;