mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix cross build on Windows
int32_t is unknown otherwise. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b8092c07a4
commit
2adf120f69
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define DIVELOCATIONMODEL_H
|
||||
|
||||
#include <QAbstractListModel>
|
||||
#include <stdint.h>
|
||||
|
||||
class LocationInformationModel : public QAbstractListModel {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Reference in a new issue