diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-07-15 15:00:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-07-15 15:03:17 +0300 |
commit | dffb58131f06fbe1aaeaa7b0d3ebe049d8384593 (patch) | |
tree | 6650901b984b39bef3d956befc03c6c77685a0ce /xmloff | |
parent | 5325c5b2bd8bae328f57bfda4f1e242b5133c79d (diff) |
WaE: 'HAVE_FEATURE_GLTF' is not defined, evaluates to 0
Change-Id: I8fec50dcd380fd6bb77672a898c107483298c027
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index f42c05d16b65..0f5699e933dc 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHAP_HXX #define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHAP_HXX +#include <config_features.h> + #include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/document/XActionLockable.hpp> #include <com/sun/star/container/XIdentifierContainer.hpp> |