diff options
author | Douglas Mencken <dougmencken@gmail.com> | 2014-03-30 14:47:23 -0400 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 13:37:03 +0200 |
commit | 80932c9e27c9be592be8efca0ce637f09a158e2e (patch) | |
tree | fe775392836bafdab76bea6458a93595685c7990 /oox | |
parent | dc9feb69f86b7c8e4f7b52ea6b4a18abd64b036b (diff) |
oox, writerfilter: add missing headers for C++ containers
Change-Id: Ied05627a0b5fdb8e5fd4a1b071ce32d901f07961
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index b8fcfdbd4ee0..bb8e114757c5 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -20,6 +20,7 @@ #include "oox/core/xmlfilterbase.hxx" #include <cstdio> +#include <set> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/embed/XRelationshipAccess.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> |