[Libreoffice-commits] core.git: include/rtl
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 27 19:17:44 UTC 2019
include/rtl/stringconcat.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 77a21b35c3dc1e2bd2ec7e18d82da88d876178ed
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Sep 27 19:18:11 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Sep 27 21:16:14 2019 +0200
Missing include (for std::move)
Change-Id: I38a59d2955a8081bf3ae701a102b0b5c68bd16f3
Reviewed-on: https://gerrit.libreoffice.org/79749
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/rtl/stringconcat.hxx b/include/rtl/stringconcat.hxx
index eea2e7afcd47..7bbcb1cf680f 100644
--- a/include/rtl/stringconcat.hxx
+++ b/include/rtl/stringconcat.hxx
@@ -15,6 +15,8 @@
#include "rtl/ustring.h"
#include <cstddef>
+#include <utility>
+
#include <string.h>
#ifdef LIBO_INTERNAL_ONLY // "RTL_FAST_STRING"
More information about the Libreoffice-commits
mailing list