mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
simplewidgets: Include stdint for cross compatability
Not including stdint leaves 'int64_t when' without a type and undefined when compiling for Windows with mingw Signed-off-by: Alberto Corona <albcoron@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dd0c995f2f
commit
027ffc41bb
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class QAbstractButton;
|
|||
|
||||
#include <QWidget>
|
||||
#include <QDialog>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ui_renumber.h"
|
||||
#include "ui_shifttimes.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue