summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-30 13:33:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-30 13:33:37 +0200
commit336b62080bd06000e5ac3c7687b34bac2afc79a9 (patch)
treee64e6a05c8b39822f9d9a1b17dc49a001dd08d49 /mysqlc
parent7fe92c766adf97bdeb4d844ffe6d0650a964572e (diff)
Missing include
Change-Id: Id61e2de27ec307fa7773d3f0d5a0810005f1c364
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_preparedstatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_preparedstatement.cxx b/mysqlc/source/mysqlc_preparedstatement.cxx
index 81224246f926..5bd8a7e4bce7 100644
--- a/mysqlc/source/mysqlc_preparedstatement.cxx
+++ b/mysqlc/source/mysqlc_preparedstatement.cxx
@@ -22,9 +22,9 @@
#include "mysqlc_propertyids.hxx"
#include "mysqlc_resultsetmetadata.hxx"
+#include <boost/config.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
-
#include <cppconn/connection.h>
#include <cppconn/exception.h>
#include <cppconn/parameter_metadata.h>