From b920910483657a9680749651995ac8e119fb5120 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 6 Jan 2019 11:37:44 -0500 Subject: [PATCH] replace with - isn't available in the NuttX c++ library --- EKF/optflow_fusion.cpp | 2 +- geo/geo.cpp | 2 +- validation/data_validator_group.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EKF/optflow_fusion.cpp b/EKF/optflow_fusion.cpp index c680f3a846..631f7064f1 100644 --- a/EKF/optflow_fusion.cpp +++ b/EKF/optflow_fusion.cpp @@ -43,7 +43,7 @@ #include "ekf.h" #include #include -#include +#include void Ekf::fuseOptFlow() { diff --git a/geo/geo.cpp b/geo/geo.cpp index 95baec79ca..4888b8bbc3 100644 --- a/geo/geo.cpp +++ b/geo/geo.cpp @@ -47,7 +47,7 @@ #include #include -#include +#include using matrix::wrap_pi; using matrix::wrap_2pi; diff --git a/validation/data_validator_group.cpp b/validation/data_validator_group.cpp index 135c66bd84..82852ef21f 100644 --- a/validation/data_validator_group.cpp +++ b/validation/data_validator_group.cpp @@ -41,7 +41,7 @@ #include "data_validator_group.h" #include -#include +#include DataValidatorGroup::DataValidatorGroup(unsigned siblings) {