Skip to content

Commit

Permalink
fix 10a91b7 on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 27, 2013
1 parent ebc8e6c commit 5177c7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgscolumntypethread.cpp
Expand Up @@ -19,6 +19,7 @@ email : jef at norbit dot de
#include "qgslogger.h"

#include <QMetaType>
#include <climits>

QgsGeomColumnTypeThread::QgsGeomColumnTypeThread( QString name, bool useEstimatedMetaData, bool allowGeometrylessTables )
: QThread()
Expand Down
2 changes: 2 additions & 0 deletions src/providers/postgres/qgspgtablemodel.cpp
Expand Up @@ -19,6 +19,8 @@
#include "qgsdataitem.h"
#include "qgslogger.h"

#include <climits>

QgsPgTableModel::QgsPgTableModel()
: QStandardItemModel()
, mTableCount( 0 )
Expand Down
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresconn.cpp
Expand Up @@ -24,6 +24,7 @@
#include "qgspgtablemodel.h"

#include <QSettings>
#include <climits>

// for htonl
#ifdef Q_OS_WIN
Expand Down
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresdataitems.cpp
Expand Up @@ -24,6 +24,7 @@

#include <QMessageBox>
#include <QProgressDialog>
#include <climits>

QGISEXTERN bool deleteLayer( const QString& uri, QString& errCause );

Expand Down

0 comments on commit 5177c7b

Please sign in to comment.