Skip to content

Commit

Permalink
drivers bugfix in PCH
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed May 22, 2024
1 parent 40a0b4e commit 3028254
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions include/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
#include <QRegularExpression>
#include <QSet>
#include <QTimeZone>
#include <QtSql/QSqlError>
#include <QtSql/QSqlQuery>
#include <QtSql/QSqlRecord>
#include <QVariantHash>
#include <QVersionNumber>

Expand All @@ -27,6 +24,12 @@
# include <qt_windows.h>
#endif

#ifndef TINYORM_USING_TINYDRIVERS
# include <QtSql/QSqlError>
# include <QtSql/QSqlQuery>
# include <QtSql/QSqlRecord>
#endif

#include <fstream>
#include <set>
#include <stack>
Expand Down

0 comments on commit 3028254

Please sign in to comment.