[Libreoffice-commits] core.git: vcl/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 22 13:45:59 UTC 2020
vcl/source/uitest/logger.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1ab14c62587276e81d9ad4a7c627ea947c29d9dd
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Apr 22 15:43:39 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Apr 22 15:45:21 2020 +0200
vcl: fix missing include
Mis-merge from commit e12fa18c69cbe1f441e972f3519d33638f15658e
(tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/,
2020-04-19), probably.
Change-Id: Ie47efa7f4f85422b90e631b27502e018a7cc8f60
diff --git a/vcl/source/uitest/logger.cxx b/vcl/source/uitest/logger.cxx
index cacde99ef368..13cbf5a7ab21 100644
--- a/vcl/source/uitest/logger.cxx
+++ b/vcl/source/uitest/logger.cxx
@@ -12,6 +12,7 @@
#include <vcl/uitest/logger.hxx>
#include <rtl/bootstrap.hxx>
+#include <rtl/ustrbuf.hxx>
#include <osl/file.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/event.hxx>
More information about the Libreoffice-commits
mailing list