fix missing dependency to scfilt in sc's tiledrendering test

Noticed by Eike.

Using the scfilt component as in the other calc tests does not work
as the test immediately starts to fail. In general it looks
dubious that the test does not use any component files.

Change-Id: Ic44ff5112c6a131f3820e32f7a71ea2f90142cd3
Reviewed-on: https://gerrit.libreoffice.org/40536
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
diff --git a/sc/CppunitTest_sc_tiledrendering.mk b/sc/CppunitTest_sc_tiledrendering.mk
index c024538..ac70a06 100644
--- a/sc/CppunitTest_sc_tiledrendering.mk
+++ b/sc/CppunitTest_sc_tiledrendering.mk
@@ -26,6 +26,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_tiledrendering, \
    svt \
    svxcore \
    sc \
    scfilt \
    scui \
    test \
    unotest \