summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-06 12:21:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-06 12:21:24 +0100
commit0336363993c6355598c7c4d0e1d7ac05e25f2de9 (patch)
tree2baaff0dbc957ab9da7a57b3a57831ae7c472c85 /dbaccess
parentAdd comment about portability (diff)
downloadcore-0336363993c6355598c7c4d0e1d7ac05e25f2de9.tar.gz
core-0336363993c6355598c7c4d0e1d7ac05e25f2de9.zip
Missing include
Change-Id: I3b68c2a01eb1e9678d419fdb246508f2d3e60df8
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/connection.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/source/core/dataaccess/connection.cxx b/dbaccess/source/core/dataaccess/connection.cxx
index e5c170f4c1d1..e5fedf166ff7 100644
--- a/dbaccess/source/core/dataaccess/connection.cxx
+++ b/dbaccess/source/core/dataaccess/connection.cxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <iterator>
+
#include "connection.hxx"
#include "dbastrings.hrc"
#include "datasource.hxx"