Merge pull request #2984 from YuriAzathoth/data-odbc-fix

Fixed linking with Data ODBC error on some platforms
This commit is contained in:
Günter Obiltschnig 2021-04-16 08:04:55 +02:00 committed by GitHub
commit 68124e410a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
//
#include "Poco/Foundation.h"
#include "Poco/Data/ODBC/Extractor.h"
#include "Poco/Data/ODBC/ODBCMetaColumn.h"
#include "Poco/Data/ODBC/Utility.h"

View File

@ -12,6 +12,7 @@
//
#include "Poco/Foundation.h"
#include "Poco/Data/ODBC/Preparator.h"
#include "Poco/Data/ODBC/ODBCMetaColumn.h"
#include "Poco/Exception.h"