diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 09:55:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 09:55:54 +0200 |
commit | 47585cea02f00ac15b05c092e5392bd76e78daf9 (patch) | |
tree | 95f321a583b5ac29a8a74bb78127720378de57c6 /dbaccess | |
parent | 90b09303ef4f9163428107be7b8db23022ce10b7 (diff) |
Missing include
Change-Id: I1dc2b46109e62b3df1e887472e0bd927cb4bedb7
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/SingleSelectQueryComposer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx index 34f12dc12bba..d420d0668db3 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> |