Skip to content

Commit

Permalink
AP_Math: add missing include in vector2.h
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Feb 15, 2024
1 parent 0b3aaec commit 49a5fe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/AP_Math/vector2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 49a5fe9

Please sign in to comment.