Skip to content

Commit

Permalink
AR_WPNav: correct missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Dec 8, 2023
1 parent cc18c82 commit d1ad9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AR_WPNav/AR_WPNav.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions libraries/AR_WPNav/AR_WPNav_OA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d1ad9cc

Please sign in to comment.