diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/drawingml.cxx | 1 | ||||
-rw-r--r-- | oox/source/export/vmlexport.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index 5968cd9dd67c..573d2982cc88 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -33,6 +33,7 @@ #include <oox/token/tokens.hxx> #include <oox/drawingml/drawingmltypes.hxx> #include <svtools/unitconv.hxx> +#include <sax/fastattribs.hxx> #include <cstdio> #include <com/sun/star/awt/CharSet.hpp> diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx index 0ec745e69d45..ff3631236868 100644 --- a/oox/source/export/vmlexport.cxx +++ b/oox/source/export/vmlexport.cxx @@ -22,6 +22,7 @@ #include <svl/itemset.hxx> #include <oox/export/drawingml.hxx> #include <oox/export/vmlexport.hxx> +#include <sax/fastattribs.hxx> #include <oox/token/tokens.hxx> |