mirror of https://github.com/ArduPilot/ardupilot
AP_Math: add missing include in vector2.h
This commit is contained in:
parent
1762844686
commit
2319a125d5
|
@ -32,6 +32,9 @@
|
|||
#ifndef MATH_CHECK_INDEXES
|
||||
#define MATH_CHECK_INDEXES 0
|
||||
#endif
|
||||
#if MATH_CHECK_INDEXES
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
|
|
Loading…
Reference in New Issue