diff options
Diffstat (limited to 'connectivity/source/drivers/odbc/OPreparedStatement.cxx')
-rw-r--r-- | connectivity/source/drivers/odbc/OPreparedStatement.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/odbc/OPreparedStatement.cxx b/connectivity/source/drivers/odbc/OPreparedStatement.cxx index 545b7645c38c..8404cba5fa54 100644 --- a/connectivity/source/drivers/odbc/OPreparedStatement.cxx +++ b/connectivity/source/drivers/odbc/OPreparedStatement.cxx @@ -22,6 +22,7 @@ #include <osl/diagnose.h> #include "odbc/OPreparedStatement.hxx" #include "odbc/OBoundParam.hxx" +#include <com/sun/star/io/IOException.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include "odbc/OTools.hxx" #include "odbc/ODriver.hxx" |