basic/source/runtime/dllmgr-x64.cxx | 3 +++ basic/source/runtime/dllmgr-x86.cxx | 3 +++ 2 files changed, 6 insertions(+)
New commits: commit 52b71a2b5ecd60200fdc0868261154673ba96f35 Author: Thomas Arnhold <tho...@arnhold.org> Date: Fri Apr 26 18:45:27 2013 +0200 fix windows build Change-Id: Id5d51292c0ee9c6bf62a2ceac6a80cbfd3e09605 diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx index b3f257f..0595d85 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 ffce759..c517135 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()). _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits