[Libreoffice-commits] .: connectivity/source
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Feb 9 07:43:44 PST 2011
connectivity/source/drivers/ado/AColumns.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 0dd56b9815c98cba18c779a08c418bff76956c87
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Wed Feb 9 17:41:56 2011 +0200
Don't be shy, include <algorithm> always, not just on MinGW
diff --git a/connectivity/source/drivers/ado/AColumns.cxx b/connectivity/source/drivers/ado/AColumns.cxx
index dc23087..b835184 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>
More information about the Libreoffice-commits
mailing list