From b33f22678431a57be7e77822e977b66c33680290 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 17 Sep 2020 12:10:41 +0200 Subject: Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) ...after f580114e9da5b96a2ba61bbf527e33ab127b2a8d "tdf#49856 Add a test" (cf. 5d8f0fad50f90195a11873c70ddab4644f5839ea "Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)") Change-Id: I9518d89a74e01f44425d8e21fa5ec89a648a2721 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102913 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sd/qa/unit/import-tests.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd') diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index a6aa1c134738..5d7e6893ddf8 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -17,6 +17,7 @@ #include "sdmodeltestbase.hxx" +#include #include #include #include -- cgit