include/rtl/stringconcat.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 77a21b35c3dc1e2bd2ec7e18d82da88d876178ed
Author: Stephan Bergmann <[email protected]>
AuthorDate: Fri Sep 27 19:18:11 2019 +0200
Commit: Stephan Bergmann <[email protected]>
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 <[email protected]>
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"
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits