diff options
Diffstat (limited to 'tests/keycast.cpp')
-rw-r--r-- | tests/keycast.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/keycast.cpp b/tests/keycast.cpp index 4245592..9a28018 100644 --- a/tests/keycast.cpp +++ b/tests/keycast.cpp @@ -1,5 +1,8 @@ #include <swmgr.h> #include <iostream> +#ifndef NO_SWORD_NAMESPACE +using namespace sword; +#endif int main (int argc, char* argv[]) { SWMgr mgr; |