From 2adf120f695d276934413d8baca5caa358b3e97b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 1 Jun 2015 13:54:13 -0700 Subject: [PATCH] Fix cross build on Windows int32_t is unknown otherwise. Signed-off-by: Dirk Hohndel --- qt-models/divelocationmodel.h | 1 + 1 file changed, 1 insertion(+) 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 +#include class LocationInformationModel : public QAbstractListModel { Q_OBJECT