Browse Source

AP_NavEKF: fixed build with vector index checking

master
Andrew Tridgell 5 years ago
parent
commit
f79907bd1e
  1. 1
      libraries/AP_NavEKF/AP_NavEKF_core_common.h

1
libraries/AP_NavEKF/AP_NavEKF_core_common.h

@ -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…
Cancel
Save