diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-06-21 12:38:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-06-21 12:39:35 +0200 |
commit | a6ccfd3589fcf42156931a7bbc3276cfc78c06d0 (patch) | |
tree | 107c76adffc3ef0a23ff247237391d69ec670510 /vcl | |
parent | 8c0bfa1b167c66d83d1163eb23375bc148fcb4b6 (diff) |
Missing include (-Werror,-Wundef)
Change-Id: Ic74b443768deb833d6b92d8a99512492e7f84572
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/FontFeatureTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/FontFeatureTest.cxx b/vcl/qa/cppunit/FontFeatureTest.cxx index 866c69f463f8..82d57843ec3b 100644 --- a/vcl/qa/cppunit/FontFeatureTest.cxx +++ b/vcl/qa/cppunit/FontFeatureTest.cxx @@ -8,6 +8,7 @@ */ #include <test/bootstrapfixture.hxx> +#include <config_test.h> #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> |