1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

LP-567 fix compilation error with older Qt versions

This commit is contained in:
Philippe Renon 2018-04-29 23:18:58 +02:00
parent 6e8f338034
commit 445c5dd058

View File

@ -34,7 +34,7 @@
#include "uavobjectfield.h"
#include <QList>
#include <QMap>
#include <QSet>
#include <QVariant>
#include <QTime>
#include <QTimer>