From 2d111470f5024de4123bf0908a1047199f3d74d5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Nov 2020 11:53:04 +0100 Subject: Reinstate o3tl/cppunittraitshelper.hxx uses for C++20 ...introduced with 5d8f0fad50f90195a11873c70ddab4644f5839ea "Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)" (see there for details) but erroneously removed with 7bdbb50a507df4c419f68d2ae453dd482267f168 "tdf#42949 Fix new IWYU warnings in directories c*" Change-Id: I32880a719525915f397fc65979265b67189ec604 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105397 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- cppu/qa/cppumaker/test_cppumaker.cxx | 1 + cppu/qa/test_any.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'cppu') diff --git a/cppu/qa/cppumaker/test_cppumaker.cxx b/cppu/qa/cppumaker/test_cppumaker.cxx index e1c3a414d4b3..78097e26e854 100644 --- a/cppu/qa/cppumaker/test_cppumaker.cxx +++ b/cppu/qa/cppumaker/test_cppumaker.cxx @@ -360,6 +360,7 @@ #include #include #include +#include #include #include diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx index f5fbc0c9dbc8..7dfed7a714de 100644 --- a/cppu/qa/test_any.cxx +++ b/cppu/qa/test_any.cxx @@ -46,6 +46,7 @@ #include #include #include +#include #include #include -- cgit