diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-26 18:45:27 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-26 18:45:59 +0200 |
commit | 52b71a2b5ecd60200fdc0868261154673ba96f35 (patch) | |
tree | 46f49c9db3ca23d39950631840a5091f9f969951 /basic | |
parent | 391c45ce86ad8de44089ecde6800301a854136df (diff) |
fix windows build
Change-Id: Id5d51292c0ee9c6bf62a2ceac6a80cbfd3e09605
Diffstat (limited to 'basic')
-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()). |