AP_NavEKF: fixed build with vector index checking

This commit is contained in:
Andrew Tridgell 2019-09-28 13:51:39 +10:00
parent 3995db49a4
commit f79907bd1e
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <stdint.h> #include <stdint.h>
#include <AP_Math/AP_Math.h> #include <AP_Math/AP_Math.h>
#include <AP_Math/vectorN.h>
/* /*
this declares a common parent class for AP_NavEKF2 and this declares a common parent class for AP_NavEKF2 and