#i113503# cppunit stl wrapper headers

This commit is contained in:
Caolán McNamara
2010-10-06 12:15:27 +01:00
parent 9cdba569d3
commit 75a8e34f62
10 changed files with 20 additions and 21 deletions

View File

@@ -54,13 +54,13 @@ using namespace com::sun::star::sdbc;
using ::rtl::OUString;
using mysqlc_sdbc_driver::getStringFromAny;
#include <tools/preextstl.h>
#include <preextstl.h>
#include <cppconn/connection.h>
#include <cppconn/resultset.h>
#include <cppconn/metadata.h>
#include <cppconn/statement.h>
#include <cppconn/prepared_statement.h>
#include <tools/postextstl.h>
#include <postextstl.h>
static ext_std::string wild("%");