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-31 11:38:54 +0000
commit43144d4220fc45bf3bafcce387ff7f5b965bff92 (patch)
tree11237ab3fab7e5e2613fdc09621de8737524ec1f /mysqlc
parent80fc481496f9d15fb01cccadfdaea9edb9724251 (diff)
Missing include
Change-Id: Id61e2de27ec307fa7773d3f0d5a0810005f1c364 (cherry picked from commit 336b62080bd06000e5ac3c7687b34bac2afc79a9) Reviewed-on: https://gerrit.libreoffice.org/25716 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
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>