[Libreoffice-commits] core.git: test/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jan 22 19:27:40 UTC 2019
test/source/drawing/xdrawpages.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5825d63a6e6827af51797dfbf46317aca4e96c9c
Author: Jens Carl <j.carl43 at gmx.de>
AuthorDate: Tue Jan 22 06:33:37 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Tue Jan 22 20:27:11 2019 +0100
Add missing header file
Change-Id: I68bbff16862f7c237456906b219b9f530a66d461
Reviewed-on: https://gerrit.libreoffice.org/66713
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/test/source/drawing/xdrawpages.cxx b/test/source/drawing/xdrawpages.cxx
index 5fe89abfb348..64fb004d5b98 100644
--- a/test/source/drawing/xdrawpages.cxx
+++ b/test/source/drawing/xdrawpages.cxx
@@ -15,6 +15,8 @@
#include <com/sun/star/uno/Reference.hxx>
+#include <sal/types.h>
+
#include <cppunit/extensions/HelperMacros.h>
using namespace css;
More information about the Libreoffice-commits
mailing list