diff options
-rw-r--r-- | basic/source/runtime/dllmgr-x64.cxx | 3 | ||||
-rw-r--r-- | basic/source/runtime/dllmgr-x86.cxx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx index b3f257fc8a53..0595d855d56b 100644 --- a/basic/source/runtime/dllmgr-x64.cxx +++ b/basic/source/runtime/dllmgr-x64.cxx @@ -42,6 +42,9 @@ #include "dllmgr.hxx" +using namespace css; +using namespace css::uno; + /* Open issues: Missing support for functions returning structs (see TODO in call()). diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx index ffce759a1771..c5171352b742 100644 --- a/basic/source/runtime/dllmgr-x86.cxx +++ b/basic/source/runtime/dllmgr-x86.cxx @@ -43,6 +43,9 @@ #include "dllmgr.hxx" +using namespace css; +using namespace css::uno; + /* Open issues: Missing support for functions returning structs (see TODO in call()). |