[Libreoffice-commits] core.git: desktop/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 17 21:30:57 UTC 2018


 desktop/source/deployment/registry/configuration/dp_configuration.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 044122de1153bd785ed555c96b6aca67e9d0f739
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Oct 18 00:29:25 2018 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Oct 18 00:29:42 2018 +0300

    Need <rtl/strbuf.hxx> for the !HAVE_FEATURE_EXTENSIONS case, apparently
    
    Change-Id: I3d3c31f785ae2969660c95425419ef9fe5b893c3

diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
index a30bf994c7f3..d991f9b48071 100644
--- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx
+++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
@@ -29,6 +29,7 @@
 #include <dp_services.hxx>
 #include <dp_ucb.h>
 #include <rtl/string.hxx>
+#include <rtl/strbuf.hxx>
 #include <rtl/ustrbuf.hxx>
 #include <rtl/uri.hxx>
 #include <osl/file.hxx>


More information about the Libreoffice-commits mailing list