diff options
Diffstat (limited to 'tests/introtest.cpp')
-rw-r--r-- | tests/introtest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/introtest.cpp b/tests/introtest.cpp index bed10aa..162b960 100644 --- a/tests/introtest.cpp +++ b/tests/introtest.cpp @@ -2,6 +2,9 @@ #include <iostream> #include <versekey.h> #include <rawtext.h> +#ifndef NO_SWORD_NAMESPACE +using namespace sword; +#endif int main(int argc, char **argv) { SWMgr mymgr; |