mirror of
https://github.com/transmission/transmission
synced 2025-02-01 03:43:43 +00:00
(trunk qt) fix undefined uint64_t build error on F13
This commit is contained in:
parent
865095ecfb
commit
f9db0755c0
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
#ifndef QTR_UNITS
|
#ifndef QTR_UNITS
|
||||||
#define QTR_UNITS
|
#define QTR_UNITS
|
||||||
|
|
||||||
|
#include <inttypes.h> /* uint64_t */
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
|
|
Loading…
Reference in a new issue