summaryrefslogtreecommitdiffstats
path: root/qt-models/divelocationmodel.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-01 13:54:13 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-01 13:54:13 -0700
commit2adf120f695d276934413d8baca5caa358b3e97b (patch)
tree616b150c30b10db1c4f16b845aa6fcd370b95622 /qt-models/divelocationmodel.h
parentb8092c07a4b4d7715d825641e458be5fa56972d6 (diff)
downloadsubsurface-2adf120f695d276934413d8baca5caa358b3e97b.tar.gz
Fix cross build on Windows
int32_t is unknown otherwise. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/divelocationmodel.h')
-rw-r--r--qt-models/divelocationmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/divelocationmodel.h b/qt-models/divelocationmodel.h
index 9d30adf41..c9dd5cee5 100644
--- a/qt-models/divelocationmodel.h
+++ b/qt-models/divelocationmodel.h
@@ -2,6 +2,7 @@
#define DIVELOCATIONMODEL_H
#include <QAbstractListModel>
+#include <stdint.h>
class LocationInformationModel : public QAbstractListModel {
Q_OBJECT