diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-05 17:42:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-05 18:36:21 +0100 |
commit | 0c55303581156d01992d9d958ac5f7aafc4a3ebb (patch) | |
tree | dd0243205b6a81139ee34e93b31b8c60ec384514 /svx | |
parent | 75c4bff5f402229267d53ca6f5ece28473bff7d8 (diff) |
Get rid of DECLARE_STL_STDKEY_SET
Change-Id: I4817694d183d525fa5a29eb9693a20d491549e5d
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/fmexch.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx index e2c9a84e412a..927b3e6ba988 100644 --- a/svx/source/inc/fmexch.hxx +++ b/svx/source/inc/fmexch.hxx @@ -19,6 +19,10 @@ #ifndef INCLUDED_SVX_SOURCE_INC_FMEXCH_HXX #define INCLUDED_SVX_SOURCE_INC_FMEXCH_HXX +#include <sal/config.h> + +#include <set> + #include <comphelper/stl_types.hxx> #include <svtools/transfer.hxx> #include <com/sun/star/uno/Sequence.hxx> |