add qtglobal header to decoder class

This may be required for resolving Qt functions in some situations.
This commit is contained in:
itsmattkc
2019-11-24 14:39:32 +09:00
parent 1d5d7bcc24
commit ba191399ff
+1
View File
@@ -22,6 +22,7 @@
#define DECODER_H
#include <QObject>
#include <QtGlobal>
#include <stdint.h>
#include "common/rational.h"