AR_WPNav: correct missing include

This commit is contained in:
Peter Barker 2023-12-08 12:59:25 +11:00 committed by Peter Barker
parent cc18c82622
commit d1ad9ccfbb
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <AP_HAL/AP_HAL.h>
#include "AR_WPNav.h"
#include <GCS_MAVLink/GCS.h>
#include <AP_InternalError/AP_InternalError.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
#include <stdio.h>

View File

@ -18,6 +18,7 @@
#include <AP_HAL/AP_HAL.h>
#include "AR_WPNav_OA.h"
#include <GCS_MAVLink/GCS.h>
#include <AP_InternalError/AP_InternalError.h>
extern const AP_HAL::HAL& hal;