diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-01 15:39:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-01 15:39:46 +0200 |
commit | f2278a10b27c6ca53bfdecf385aae6f1d29a36fb (patch) | |
tree | 6275ee71f09cdd5eb6e2561f608eb5cff4360e1a /vcl | |
parent | 1eac86f0a34f924eee6b13ebc8dbc52967bf39b8 (diff) |
Need <config_features.h> here
Change-Id: I391554dff6f92d7639d0a391f4b00437c7648a6b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 267ee9e23d0e..7f0455170f95 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> |