mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF: fixed build with vector index checking
This commit is contained in:
parent
3995db49a4
commit
f79907bd1e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue