AP_Math: add missing include in vector2.h

This commit is contained in:
Pierre Kancir 2024-02-08 10:46:42 +01:00 committed by Andrew Tridgell
parent 1762844686
commit 2319a125d5
1 changed files with 3 additions and 0 deletions

View File

@ -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>