diff options
Diffstat (limited to 'tests/localetest.cpp')
-rw-r--r-- | tests/localetest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/localetest.cpp b/tests/localetest.cpp index baf7333..df6d7da 100644 --- a/tests/localetest.cpp +++ b/tests/localetest.cpp @@ -1,6 +1,9 @@ #include <localemgr.h> #include <versekey.h> #include <iostream> +#ifndef NO_SWORD_NAMESPACE +using namespace sword; +#endif int main(int argc, char **argv) { if (argc != 3) { |