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:
Alberto Corona 2014-03-25 12:54:37 -05:00 committed by Dirk Hohndel
parent dd0c995f2f
commit 027ffc41bb

View file

@ -6,6 +6,7 @@ class QAbstractButton;
#include <QWidget>
#include <QDialog>
#include <stdint.h>
#include "ui_renumber.h"
#include "ui_shifttimes.h"