From ba2b9dfdd96d50d697165407b88b5bc94cdef84c Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 28 Mar 2018 17:24:42 -0400 Subject: [PATCH] update matrix lib usage --- airdata/WindEstimator.hpp | 1 + l1/ecl_l1_pos_controller.h | 1 + tecs/tecs.h | 1 + 3 files changed, 3 insertions(+) diff --git a/airdata/WindEstimator.hpp b/airdata/WindEstimator.hpp index b5292ef87c..61a1f1b6b4 100644 --- a/airdata/WindEstimator.hpp +++ b/airdata/WindEstimator.hpp @@ -39,6 +39,7 @@ #pragma once #include +#include class WindEstimator { diff --git a/l1/ecl_l1_pos_controller.h b/l1/ecl_l1_pos_controller.h index 3f28c31f8d..e9df28e5dc 100644 --- a/l1/ecl_l1_pos_controller.h +++ b/l1/ecl_l1_pos_controller.h @@ -61,6 +61,7 @@ #define ECL_L1_POS_CONTROLLER_H #include +#include #include #include diff --git a/tecs/tecs.h b/tecs/tecs.h index 1a0dec3ffe..e3d7283d7a 100644 --- a/tecs/tecs.h +++ b/tecs/tecs.h @@ -40,6 +40,7 @@ #pragma once #include +#include class __EXPORT TECS {