From ef5e2d8604b976d352b944c007ae71aa33ffc607 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Sun, 9 Jan 2022 22:36:20 +0100 Subject: Move HAVE_MORE_FONTS into an extra config header No need to recompile most of LibreOffice, because the --with-fonts configure flag changed. This preprocessor define is just used by unit tests anyway. Change-Id: Ia2eae7d0c74e59e034fdd8513504a34e51ab428e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128197 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- vcl/qa/cppunit/svm/svmtest.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/qa/cppunit/svm/svmtest.cxx') diff --git a/vcl/qa/cppunit/svm/svmtest.cxx b/vcl/qa/cppunit/svm/svmtest.cxx index 7b2fcc8cf4cc..06690512b1f1 100644 --- a/vcl/qa/cppunit/svm/svmtest.cxx +++ b/vcl/qa/cppunit/svm/svmtest.cxx @@ -31,6 +31,7 @@ #include #include +#include #include using namespace css; -- cgit