[Libreoffice-commits] core.git: include/rtl
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sat Oct 12 13:34:24 UTC 2019
include/rtl/stringconcat.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b18ebc16f7ad31317cf366d7433da513cc3c34c3
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat Oct 12 08:30:45 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat Oct 12 15:32:58 2019 +0200
Missing include (for std::char_traits)
Change-Id: I48f9e55e987b709c2cfddab87e58248b50273ee7
Reviewed-on: https://gerrit.libreoffice.org/80706
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/rtl/stringconcat.hxx b/include/rtl/stringconcat.hxx
index 9e912151428d..2dbde557b7df 100644
--- a/include/rtl/stringconcat.hxx
+++ b/include/rtl/stringconcat.hxx
@@ -15,6 +15,7 @@
#include "rtl/ustring.h"
#include <cstddef>
+#include <string>
#include <string_view>
#include <utility>
More information about the Libreoffice-commits
mailing list