Skip to content

Commit

Permalink
AP_HAL_ChibiOS: add missing Math.h include
Browse files Browse the repository at this point in the history
for "MIN"
  • Loading branch information
peterbarker committed Apr 9, 2024
1 parent 5e5fde7 commit 1df56ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_HAL_ChibiOS/Scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#if CH_CFG_USE_DYNAMIC == TRUE

#include <AP_Logger/AP_Logger.h>
#include <AP_Math/AP_Math.h>
#include <AP_Scheduler/AP_Scheduler.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include "hwdef/common/stm32_util.h"
Expand Down

0 comments on commit 1df56ba

Please sign in to comment.