diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-04-08 16:03:22 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-04-08 16:39:19 +0200 |
commit | ad7b90fc541413f091f6ff4bc7e2ced9fee8700b (patch) | |
tree | db912dcf93f436852075271b17b312060e95feee | |
parent | 3bf4925903cadb011bedaabb3cf18fde65bcf61a (diff) |
Fix build
... after commit 36e0e88b28e818faf25b8e32cc8c4dc444b8a0be
Change-Id: I540d19f7146651035cd5fafe077c0ccdfcee11ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132733
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | basic/source/runtime/dllmgr-x64.cxx | 1 | ||||
-rw-r--r-- | basic/source/runtime/dllmgr-x86.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx index 15226cc3fb3c..2372ecd7144d 100644 --- a/basic/source/runtime/dllmgr-x64.cxx +++ b/basic/source/runtime/dllmgr-x64.cxx @@ -31,6 +31,7 @@ #include <basic/sbx.hxx> #include <basic/sbxvar.hxx> +#include <comphelper/string.hxx> #include <runtime.hxx> #include <osl/thread.h> #include <osl/diagnose.h> diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx index 3433282c22ec..32ddf68b6818 100644 --- a/basic/source/runtime/dllmgr-x86.cxx +++ b/basic/source/runtime/dllmgr-x86.cxx @@ -31,6 +31,7 @@ #include <basic/sbx.hxx> #include <basic/sbxvar.hxx> +#include <comphelper/string.hxx> #include "runtime.hxx" #include <osl/thread.h> #include <rtl/ref.hxx> |