update matrix lib usage

This commit is contained in:
Daniel Agar 2018-03-28 17:24:42 -04:00
parent 39b69af9bf
commit ba2b9dfdd9
3 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#pragma once
#include <mathlib/mathlib.h>
#include <matrix/math.hpp>
class WindEstimator
{

View File

@ -61,6 +61,7 @@
#define ECL_L1_POS_CONTROLLER_H
#include <mathlib/mathlib.h>
#include <matrix/math.hpp>
#include <geo/geo.h>
#include <ecl/ecl.h>

View File

@ -40,6 +40,7 @@
#pragma once
#include <mathlib/mathlib.h>
#include <matrix/math.hpp>
class __EXPORT TECS
{