Commit dbb29707 authored by pixhawk's avatar pixhawk

Fixed compile errors

parent 4100f523
......@@ -75,6 +75,7 @@ DEPENDPATH += . \
plugins
INCLUDEPATH += . \
lib/QMapControl \
$$BASEDIR/../mavlink/include \
$$BASEDIR/../mavlink/include/common
# ../mavlink/include \
......@@ -201,7 +202,7 @@ HEADERS += src/MG.h \
src/ui/map3D/WebImage.h \
src/ui/map3D/WebImageCache.h \
src/ui/map3D/Imagery.h \
src/comm/QGCMAVlink.h
src/comm/QGCMAVLink.h
SOURCES += src/main.cc \
src/Core.cc \
src/uas/UASManager.cc \
......
......@@ -39,8 +39,7 @@ This file is part of the QGROUNDCONTROL project
#include <QByteArray>
#include "ProtocolInterface.h"
#include "LinkInterface.h"
#include "protocol.h"
#include "QGCMAVlink.h"
#include "QGCMAVLink.h"
/**
* @brief MAVLink micro air vehicle protocol reference implementation.
......
......@@ -31,6 +31,7 @@ This file is part of the QGROUNDCONTROL project
#define QGCMAVLINK_H
#include <mavlink_types.h>
#include <mavlink.h>
#ifdef QGC_USE_PIXHAWK_MESSAGES
#include <pixhawk.h>
......
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