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

Tor Lillqvist tml at collabora.com
Wed Feb 1 13:40:44 UTC 2017


 vcl/source/gdi/pdfwriter_impl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f2278a10b27c6ca53bfdecf385aae6f1d29a36fb
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Feb 1 15:39:30 2017 +0200

    Need <config_features.h> here
    
    Change-Id: I391554dff6f92d7639d0a391f4b00437c7648a6b

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 267ee9e..7f04551 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <config_features.h>
+
 #include <sal/types.h>
 
 #include <math.h>


More information about the Libreoffice-commits mailing list