From c250b9e017a0b77f7536674928d1a24f31c7a2e0 Mon Sep 17 00:00:00 2001 From: LM <lm@student.ethz.ch> Date: Tue, 17 Jan 2012 13:34:45 +0100 Subject: [PATCH] Corrected include locations --- src/uas/UASInterface.h | 2 +- src/ui/map3D/Pixhawk3DWidget.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uas/UASInterface.h b/src/uas/UASInterface.h index f929af84b..c8cde00f1 100644 --- a/src/uas/UASInterface.h +++ b/src/uas/UASInterface.h @@ -46,7 +46,7 @@ This file is part of the QGROUNDCONTROL project #ifdef QGC_PROTOBUF_ENABLED #include <tr1/memory> -#include <pixhawk.pb.h> +#include <pixhawk/pixhawk.pb.h> #endif /** diff --git a/src/ui/map3D/Pixhawk3DWidget.cc b/src/ui/map3D/Pixhawk3DWidget.cc index b212e5102..ce68968b3 100644 --- a/src/ui/map3D/Pixhawk3DWidget.cc +++ b/src/ui/map3D/Pixhawk3DWidget.cc @@ -46,7 +46,7 @@ #ifdef QGC_PROTOBUF_ENABLED #include <tr1/memory> -#include <pixhawk.pb.h> +#include <pixhawk/pixhawk.pb.h> #endif Pixhawk3DWidget::Pixhawk3DWidget(QWidget* parent) -- 2.22.0