basic/source/runtime/dllmgr-x64.cxx |    1 +
 basic/source/runtime/dllmgr-x86.cxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit ad7b90fc541413f091f6ff4bc7e2ced9fee8700b
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Apr 8 16:03:22 2022 +0300
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Apr 8 16:39:19 2022 +0200

    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.kagan...@collabora.com>

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>

Reply via email to