[Libreoffice-commits] core.git: dbaccess/source
Stephan Bergmann
sbergman at redhat.com
Thu Aug 7 00:56:24 PDT 2014
dbaccess/source/core/api/SingleSelectQueryComposer.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 47585cea02f00ac15b05c092e5392bd76e78daf9
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Aug 7 09:55:54 2014 +0200
Missing include
Change-Id: I1dc2b46109e62b3df1e887472e0bd927cb4bedb7
diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index 34f12dc..d420d06 100644
--- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
+++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
@@ -46,6 +46,7 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/types.hxx>
+#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <connectivity/predicateinput.hxx>
#include <unotools/syslocale.hxx>
More information about the Libreoffice-commits
mailing list