[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk libreofficekit/qa

Aron Budea aron.budea at collabora.com
Thu Mar 29 23:05:15 UTC 2018


 libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk |    1 +
 libreofficekit/qa/unit/tiledrendering.cxx                   |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 8618c80b6b6c95ac0faefbc38284884b61f4072e
Author: Aron Budea <aron.budea at collabora.com>
Date:   Fri Mar 30 01:01:13 2018 +0200

    Fix build with make check
    
    Now CppunitTest_libreofficekit_tiledrendering compiles (but still fails).
    
    Change-Id: Icf0e8adb5be5bd75b821da127df44ec02c810e6d

diff --git a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
index 5b1727efbe98..8d8a311617ff 100644
--- a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
+++ b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
@@ -22,6 +22,7 @@ $(eval $(call gb_CppunitTest_use_external,libreofficekit_tiledrendering,boost_he
 # require any normal LO api/libraries.
 $(eval $(call gb_CppunitTest_use_libraries,libreofficekit_tiledrendering, \
 	sal \
+	vcl \
 	$(gb_UWINAPI) \
 ))
 
diff --git a/libreofficekit/qa/unit/tiledrendering.cxx b/libreofficekit/qa/unit/tiledrendering.cxx
index 6f3e8cbd39dd..2af7cd833d73 100644
--- a/libreofficekit/qa/unit/tiledrendering.cxx
+++ b/libreofficekit/qa/unit/tiledrendering.cxx
@@ -18,6 +18,7 @@
 
 #include <osl/file.hxx>
 #include <rtl/bootstrap.hxx>
+#include <vcl/scheduler.hxx>
 
 #if defined __clang__ && defined __linux__
 #include <cxxabi.h>


More information about the Libreoffice-commits mailing list