AP_Notify: correct config boards include

Important to include AP_HAL_Boards.h directly, rather than relying on someone else having done it or getting it transitively
This commit is contained in:
Peter Barker 2023-03-16 20:49:38 +11:00 committed by Peter Barker
parent 59af9436db
commit b850c9cb16

View File

@ -1,5 +1,7 @@
#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#include <GCS_MAVLink/GCS_config.h>
#if HAL_GCS_ENABLED
#include <GCS_MAVLink/GCS_MAVLink.h>