Browse Source

EKF add missing header guards

master
Daniel Agar 7 years ago
parent
commit
0d39072a6d
  1. 2
      EKF/ekf.h
  2. 2
      EKF/estimator_interface.h

2
EKF/ekf.h

@ -40,6 +40,8 @@ @@ -40,6 +40,8 @@
*
*/
#pragma once
#include "estimator_interface.h"
class Ekf : public EstimatorInterface

2
EKF/estimator_interface.h

@ -39,6 +39,8 @@ @@ -39,6 +39,8 @@
*
*/
#pragma once
#include "common.h"
#include "RingBuffer.h"

Loading…
Cancel
Save