summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 16:12:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 16:12:49 +0000
commitd5f713d729a933ab9411646db6f59df81a1609df (patch)
tree57da73145f9764a82b8ab0f6e0f9e6970d4c7fa9 /connectivity
parentd85abe9e05520cf89603290bf9f589302a508547 (diff)
#92924#: includes
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx6
-rw-r--r--connectivity/source/inc/odbc/OConnection.hxx9
2 files changed, 8 insertions, 7 deletions
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index eb330f9e1edc..6636e9c7bb81 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FStatement.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2001-10-17 17:08:08 $
+ * last change: $Author: hr $ $Date: 2001-10-17 17:11:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,8 @@
#include <cppuhelper/typeprovider.hxx>
#endif
+#include <algorithm>
+
#define THROW_SQL(x) \
OTools::ThrowException(x,m_aStatementHandle,SQL_HANDLE_STMT,*this)
diff --git a/connectivity/source/inc/odbc/OConnection.hxx b/connectivity/source/inc/odbc/OConnection.hxx
index a105452dd50f..a22880fcfcff 100644
--- a/connectivity/source/inc/odbc/OConnection.hxx
+++ b/connectivity/source/inc/odbc/OConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: OConnection.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2001-10-17 13:57:34 $
+ * last change: $Author: hr $ $Date: 2001-10-17 17:12:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,9 +73,6 @@
#ifndef _CONNECTIVITY_OSUBCOMPONENT_HXX_
#include "OSubComponent.hxx"
#endif
-#ifndef _MAP_
-#include <map>
-#endif
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
#include "connectivity/CommonTools.hxx"
#endif
@@ -89,6 +86,8 @@
#include <cppuhelper/weakref.hxx>
#endif
+#include <map>
+
namespace connectivity
{
namespace odbc