added cinttypes for platforms that need it

This commit is contained in:
itsmattkc
2019-03-08 23:40:44 +11:00
parent f4cd8ea660
commit ec127cbe9a
+1
View File
@@ -24,6 +24,7 @@
#include <QtMath>
#include <QAudioOutput>
#include <math.h>
#include <cinttypes>
#include "project/projectelements.h"
#include "rendering/audio.h"