diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-10-18 00:29:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-10-18 00:29:42 +0300 |
commit | 044122de1153bd785ed555c96b6aca67e9d0f739 (patch) | |
tree | a65890bd0b35be551968ec95b6a68839accbb0ff /desktop/source | |
parent | 151c1f3d03f668a756d077009e0b8f6843458f93 (diff) |
Need <rtl/strbuf.hxx> for the !HAVE_FEATURE_EXTENSIONS case, apparently
Change-Id: I3d3c31f785ae2969660c95425419ef9fe5b893c3
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/registry/configuration/dp_configuration.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |