summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-15 08:56:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-15 08:56:36 +0200
commit49c87270f7176312806d1759967c247a312f0acf (patch)
treef58a418887ce59092e10c671bcb026c89db96885 /connectivity
parentSimplify containers iterations in unotools, unoxml, uui, vbahelper (diff)
downloadcore-49c87270f7176312806d1759967c247a312f0acf.tar.gz
core-49c87270f7176312806d1759967c247a312f0acf.zip
fix missing include
after commit b2cefc2e36925b4384eb0aea54aa2c6bcfb018a8 Revert removal of mysql jdbc connector Change-Id: I379cfba0f36b0e55ea135e5c9eb14a2851fb2881
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mysql_jdbc/YUser.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mysql_jdbc/YUser.cxx b/connectivity/source/drivers/mysql_jdbc/YUser.cxx
index f29ba3b9006c..c5031f3c0205 100644
--- a/connectivity/source/drivers/mysql_jdbc/YUser.cxx
+++ b/connectivity/source/drivers/mysql_jdbc/YUser.cxx
@@ -26,6 +26,7 @@
#include <com/sun/star/sdbcx/PrivilegeObject.hpp>
#include <TConnection.hxx>
#include <strings.hrc>
+#include <comphelper/types.hxx>
using namespace connectivity;
using namespace connectivity::mysql;