1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 23:35:17 +03:00

Compilation fix

This commit is contained in:
Andre Bernet 2017-01-15 17:48:32 +01:00
parent a65aa3d6c7
commit 2b9badf728

View file

@ -24,6 +24,7 @@
#include <QFile>
#include <QMessageBox>
#include <QProcess>
#include <QTimer>
#include <QEventLoop>
#if defined _MSC_VER || !defined __GNUC__