[Libreoffice-commits] core.git: include/rtl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jan 10 07:27:56 UTC 2019
include/rtl/string.hxx | 1 +
include/rtl/ustring.hxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit e00d5f21fe7be1ccf31d35c12dcdda289321590e
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Jan 9 15:05:42 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jan 10 08:27:27 2019 +0100
Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"
This partilally reverts commit 55ca35ab99fb1164cb2095384ed0937a533d9d3c,
the removal of <utility> was not correct, std::move() still requires it.
Change-Id: I1f905e332874b0aa72f537e37251f822258577d6
Reviewed-on: https://gerrit.libreoffice.org/66033
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index b26aa23e556a..c60cb8d837bb 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -26,6 +26,7 @@
#include <cstddef>
#include <new>
#include <ostream>
+#include <utility>
#include <string.h>
#if defined LIBO_INTERNAL_ONLY
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index bf63efc71723..c6e3760838ce 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -26,6 +26,7 @@
#include <cstddef>
#include <new>
#include <ostream>
+#include <utility>
#if defined LIBO_INTERNAL_ONLY
#include <string_view>
More information about the Libreoffice-commits
mailing list