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

Stephan Bergmann sbergman at redhat.com
Thu Jun 21 10:40:40 UTC 2018


 vcl/qa/cppunit/FontFeatureTest.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a6ccfd3589fcf42156931a7bbc3276cfc78c06d0
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 21 12:38:52 2018 +0200

    Missing include (-Werror,-Wundef)
    
    Change-Id: Ic74b443768deb833d6b92d8a99512492e7f84572

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>
 


More information about the Libreoffice-commits mailing list