add qtglobal header to decoder class
This may be required for resolving Qt functions in some situations.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#define DECODER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QtGlobal>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "common/rational.h"
|
||||
|
||||
Reference in New Issue
Block a user