summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_driver.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-03-12 09:15:29 +0000
committerCaolán McNamara <cmc@openoffice.org>2010-03-12 09:15:29 +0000
commitce744c8437ca04701394aedb244a29928e12aea4 (patch)
tree91e2c4025b4e579b5694d4c4843df9e9279c9923 /mysqlc/source/mysqlc_driver.cxx
parentcd8457ee4ff0ddf490539b8d620c38638ee08ae2 (diff)
cmcfixes73: #i110068# unify headers in one place
Diffstat (limited to 'mysqlc/source/mysqlc_driver.cxx')
-rw-r--r--mysqlc/source/mysqlc_driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_driver.cxx b/mysqlc/source/mysqlc_driver.cxx
index af312af89d00..3513b8072d60 100644
--- a/mysqlc/source/mysqlc_driver.cxx
+++ b/mysqlc/source/mysqlc_driver.cxx
@@ -38,11 +38,13 @@ using namespace connectivity::mysqlc;
using ::rtl::OUString;
#include <stdio.h>
+#include <tools/preextstl.h>
#include <cppconn/exception.h>
#ifdef SYSTEM_MYSQL_CPPCONN
#include <mysql_driver.h>
#endif
+#include <tools/postextstl.h>
/* {{{ MysqlCDriver::MysqlCDriver() -I- */