EKF add missing header guards

This commit is contained in:
Daniel Agar
2018-08-30 11:48:38 -04:00
parent a6a1edbe3f
commit 0d39072a6d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -40,6 +40,8 @@
*
*/
#pragma once
#include "estimator_interface.h"
class Ekf : public EstimatorInterface
+2
View File
@@ -39,6 +39,8 @@
*
*/
#pragma once
#include "common.h"
#include "RingBuffer.h"