mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Mingw32 compatibility fixes
This commit is contained in:
parent
bb0bd8acc5
commit
e7cee870a7
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#if QT_VERSION >= 0x050000
|
#if QT_VERSION >= 0x050000
|
||||||
#include <QtWidgets>
|
#include <QtWidgets>
|
||||||
|
#include <QNetworkProxyFactory>
|
||||||
#include <QNetworkRequest>
|
#include <QNetworkRequest>
|
||||||
#include <QNetworkReply>
|
#include <QNetworkReply>
|
||||||
#else
|
#else
|
||||||
|
@ -14,6 +14,9 @@
|
|||||||
|
|
||||||
// Include the Python header here as it needs to appear before any QT
|
// Include the Python header here as it needs to appear before any QT
|
||||||
// headers anywhere in the app.
|
// headers anywhere in the app.
|
||||||
|
#ifdef __MINGW32__
|
||||||
|
#include <cmath>
|
||||||
|
#endif
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
|
|
||||||
// QT headers
|
// QT headers
|
||||||
|
Loading…
Reference in New Issue
Block a user