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

Tor Lillqvist tml at collabora.com
Wed Feb 1 15:36:21 UTC 2017


 svx/qa/unit/xoutdev.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d502c33b20f8570517b951e256756c71218bad52
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Feb 1 17:32:53 2017 +0200

    Need <config_features.h> here, too
    
    Change-Id: I9dc03760831f3f1ff433c67abde95060d533ea14

diff --git a/svx/qa/unit/xoutdev.cxx b/svx/qa/unit/xoutdev.cxx
index ff2e8bc..5bd3179 100644
--- a/svx/qa/unit/xoutdev.cxx
+++ b/svx/qa/unit/xoutdev.cxx
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include <config_features.h>
+
 #include <cppunit/TestAssert.h>
 #include <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>


More information about the Libreoffice-commits mailing list