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 /connectivity | |
parent | 75c4bff5f402229267d53ca6f5ece28473bff7d8 (diff) |
Get rid of DECLARE_STL_STDKEY_SET
Change-Id: I4817694d183d525fa5a29eb9693a20d491549e5d
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/TTableHelper.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/commontools/dbtools.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/commontools/TTableHelper.cxx b/connectivity/source/commontools/TTableHelper.cxx index f77eefca4b3e..98dde62d2947 100644 --- a/connectivity/source/commontools/TTableHelper.cxx +++ b/connectivity/source/commontools/TTableHelper.cxx @@ -37,6 +37,7 @@ #include <o3tl/compat_functional.hxx> #include <iterator> +#include <set> using namespace ::comphelper; using namespace connectivity; diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx index b5d578e380c0..f38e86138f2b 100644 --- a/connectivity/source/commontools/dbtools.cxx +++ b/connectivity/source/commontools/dbtools.cxx @@ -83,6 +83,7 @@ #include <algorithm> #include <iterator> +#include <set> using namespace ::comphelper; using namespace ::com::sun::star::uno; |