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 /basctl/source | |
parent | 75c4bff5f402229267d53ca6f5ece28473bff7d8 (diff) |
Get rid of DECLARE_STL_STDKEY_SET
Change-Id: I4817694d183d525fa5a29eb9693a20d491549e5d
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/documentenumeration.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basctl/source/basicide/documentenumeration.cxx b/basctl/source/basicide/documentenumeration.cxx index 83591f77b6ed..f281ecadd112 100644 --- a/basctl/source/basicide/documentenumeration.cxx +++ b/basctl/source/basicide/documentenumeration.cxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <set> #include "documentenumeration.hxx" |