mirror of https://github.com/ArduPilot/ardupilot
AP_Camera: 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:
parent
dff4008a7b
commit
48544e3e70
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||||||
#include <AP_Mount/AP_Mount_config.h>
|
#include <AP_Mount/AP_Mount_config.h>
|
||||||
|
|
||||||
#ifndef AP_CAMERA_ENABLED
|
#ifndef AP_CAMERA_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue