Commit 6c300280 authored by Don Gagne's avatar Don Gagne

Fix Eigen includes

parent e411b95c
......@@ -32,10 +32,13 @@ This file is part of the QGROUNDCONTROL project
#define _UASMANAGER_H_
#include "UASManagerInterface.h"
#include "UASInterface.h"
#include <QList>
#include <QMutex>
#include <UASInterface.h>
#include "../../libs/eigen/Eigen/Eigen"
#include <Eigen/Eigen>
#include "QGCGeo.h"
#include "QGCSingleton.h"
......
......@@ -34,8 +34,9 @@
#include <QList>
#include <QMutex>
#include <Eigen/Eigen>
#include "UASInterface.h"
#include "../../libs/eigen/Eigen/Eigen"
#include "QGCGeo.h"
#include "QGCSingleton.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