diff options
Diffstat (limited to 'tests/casttest.cpp')
-rw-r--r-- | tests/casttest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/casttest.cpp b/tests/casttest.cpp index af7576b..7fdedca 100644 --- a/tests/casttest.cpp +++ b/tests/casttest.cpp @@ -2,6 +2,10 @@ #include <versekey.h> #include <treekeyidx.h> #include <listkey.h> +#ifndef NO_SWORD_NAMESPACE +using namespace sword; +#endif + int main(int argc, char **argv) { // VerseKey x("jas"); TreeKeyIdx x("jas"); |