Commit c6c75198 authored by Gus Grubba's avatar Gus Grubba

Linux Fixes.

Fixing case error in include file.
Adding missing header for Linux.
parent d058acae
...@@ -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 #define OPENPILOTTOOLS_H
#include <QString> #include <QString>
#include <Qpoint> #include <QPoint>
#include <QByteArray> #include <QByteArray>
#include <QNetworkProxy> #include <QNetworkProxy>
#include <QMutex>
namespace OpenPilot { namespace OpenPilot {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment