mirror of https://github.com/ArduPilot/ardupilot
ThirdOrderCompFilter3D: fix compiler error
This commit is contained in:
parent
07ecf8b40b
commit
4ad8c402b0
|
@ -14,7 +14,7 @@
|
|||
#define __THIRDORDERCOMPFILTER3D_H__
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <Math.h> // Math library for matrix and vector math
|
||||
#include <AP_Math.h> // Math library for matrix and vector math
|
||||
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
|
||||
|
||||
// #defines to control how often historical accel based positions are saved
|
||||
|
|
Loading…
Reference in New Issue