diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-17 08:53:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-17 08:53:26 +0100 |
commit | 747ee55b1a0842982833a9a8a9e54ee40958e339 (patch) | |
tree | c61da7b13aafcd8aa16f5de22961fa8ac80fadcb /connectivity/source/drivers/evoab2 | |
parent | 5c420fcdf9f36852df793b9944db4491271d23cf (diff) |
fix evoab2 build
Change-Id: I944494af60b9805d53a2f1c507b9eb99fd935e9c
Diffstat (limited to 'connectivity/source/drivers/evoab2')
-rw-r--r-- | connectivity/source/drivers/evoab2/NPreparedStatement.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx index ddf604132c52..e9bf6358bf7d 100644 --- a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx +++ b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx @@ -29,6 +29,7 @@ #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> #include <com/sun/star/sdbc/XPreparedBatchExecution.hpp> #include <com/sun/star/io/XInputStream.hpp> +#include <cppuhelper/compbase5.hxx> namespace connectivity { |