diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-09-17 07:14:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-09-17 07:19:17 +0200 |
commit | 3787b37943fda2ec346dfdffd2f5831dd598668e (patch) | |
tree | da1dee637e3e320ab9932e5c6aac69bd5da86d59 /starmath/qa | |
parent | 06925c1230cd6269fa5189ac3f4d608c9edf68e9 (diff) |
Fix -Werror,-Wundef
...after f303e0bd03ede6faec52b5bc21c74600b179088e "ifdef -> if for consistency"
Change-Id: I81a5c968741a0795a936bb6125cc9448f8b4ef56
Reviewed-on: https://gerrit.libreoffice.org/79029
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'starmath/qa')
-rw-r--r-- | starmath/qa/cppunit/test_starmath.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |