Browse Source

Linux Fixes.

Fixing case error in include file.
Adding missing header for Linux.
QGC4.4
Gus Grubba 10 years ago
parent
commit
c6c75198cc
  1. 3
      libs/QtLocationQGC/src/OpenPilotMaps.h

3
libs/QtLocationQGC/src/OpenPilotMaps.h

@ -32,9 +32,10 @@ This file is part of the QGROUNDCONTROL project @@ -32,9 +32,10 @@ This file is part of the QGROUNDCONTROL project
#define OPENPILOTTOOLS_H
#include <QString>
#include <Qpoint>
#include <QPoint>
#include <QByteArray>
#include <QNetworkProxy>
#include <QMutex>
namespace OpenPilot {

Loading…
Cancel
Save