summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/dbcharset.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/connectivity/dbcharset.hxx b/include/connectivity/dbcharset.hxx
index 7286bfc513e9..a07d024904fa 100644
--- a/include/connectivity/dbcharset.hxx
+++ b/include/connectivity/dbcharset.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cstddef>
+#include <set>
#include <comphelper/stl_types.hxx>
#include <rtl/textenc.h>
@@ -55,7 +56,7 @@ namespace dbtools
class OOO_DLLPUBLIC_DBTOOLS OCharsetMap
{
protected:
- DECLARE_STL_STDKEY_SET( rtl_TextEncoding, TextEncBag );
+ typedef std::set<rtl_TextEncoding> TextEncBag;
TextEncBag m_aEncodings;