Fix cross build on Windows

int32_t is unknown otherwise.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-01 13:54:13 -07:00
parent b8092c07a4
commit 2adf120f69

View file

@ -2,6 +2,7 @@
#define DIVELOCATIONMODEL_H
#include <QAbstractListModel>
#include <stdint.h>
class LocationInformationModel : public QAbstractListModel {
Q_OBJECT