diff options
-rw-r--r-- | qt-models/divelocationmodel.h | 1 |
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 |