diff options
Diffstat (limited to 'mysqlc/source/mysqlc_preparedstatement.hxx')
-rw-r--r-- | mysqlc/source/mysqlc_preparedstatement.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_preparedstatement.hxx b/mysqlc/source/mysqlc_preparedstatement.hxx index f58e59982aaa..eb53bdcbd839 100644 --- a/mysqlc/source/mysqlc_preparedstatement.hxx +++ b/mysqlc/source/mysqlc_preparedstatement.hxx @@ -48,7 +48,9 @@ #include <com/sun/star/io/XInputStream.hpp> #endif +#include <tools/preextstl.h> #include <cppconn/prepared_statement.h> +#include <tools/postextstl.h> namespace connectivity { |