[Libreoffice-commits] core.git: starmath/qa

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 17 05:20:08 UTC 2019


 starmath/qa/cppunit/test_starmath.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3787b37943fda2ec346dfdffd2f5831dd598668e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Sep 17 07:14:38 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Sep 17 07:19:17 2019 +0200

    Fix -Werror,-Wundef
    
    ...after f303e0bd03ede6faec52b5bc21c74600b179088e "ifdef -> if for consistency"
    
    Change-Id: I81a5c968741a0795a936bb6125cc9448f8b4ef56
    Reviewed-on: https://gerrit.libreoffice.org/79029
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx
index 9ad318a9d3bc..668e7dc8a66d 100644
--- a/starmath/qa/cppunit/test_starmath.cxx
+++ b/starmath/qa/cppunit/test_starmath.cxx
@@ -9,6 +9,7 @@
 
 #include <sal/config.h>
 
+#include <config_features.h>
 #include <vcl/print.hxx>
 
 #include <test/bootstrapfixture.hxx>


More information about the Libreoffice-commits mailing list