diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-09 17:41:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-09 17:42:32 +0200 |
commit | 134458aa8d8bb49d3ef77c89eac7fdf505623985 (patch) | |
tree | ab041a948fe8a3e67574da4384aa0daabe86b6b0 /connectivity | |
parent | dde12d50410a5667a7f69f32b9695ad5a7358cfe (diff) |
Don't be shy, include <algorithm> always, not just on MinGW
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/ado/AColumns.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/ado/AColumns.cxx b/connectivity/source/drivers/ado/AColumns.cxx index f2b7d0f146c1..e095ed963462 100644 --- a/connectivity/source/drivers/ado/AColumns.cxx +++ b/connectivity/source/drivers/ado/AColumns.cxx @@ -39,9 +39,7 @@ #include <comphelper/property.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> -#ifdef __MINGW32__ #include <algorithm> -#endif #include "resource/ado_res.hrc" #include <o3tl/compat_functional.hxx> |