diff options
author | David Tardon <dtardon@redhat.com> | 2015-04-22 09:46:50 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-04-22 09:46:50 +0200 |
commit | 1ba8a901c4e6f70c109f29ab715715eac159ab1a (patch) | |
tree | 01a995f0c8f3046907303902146072158b7c57ab /connectivity | |
parent | ee580a1a60effe79b2e0465d77bab49dff83b21f (diff) |
add missing include
Change-Id: Iffd293c20880f28a1b93225583d3f315eddb328f
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab2/NStatement.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx index d952d48c557f..fa7040cc16a1 100644 --- a/connectivity/source/drivers/evoab2/NStatement.cxx +++ b/connectivity/source/drivers/evoab2/NStatement.cxx @@ -32,6 +32,7 @@ #include "NDatabaseMetaData.hxx" #include "NResultSet.hxx" #include "resource/evoab2_res.hrc" +#include "sqlbison.hxx" #include <resource/common_res.hrc> #include <connectivity/dbexception.hxx> #include <tools/diagnose_ex.h> |