mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Common: Semaphore is missing an include
Everyone who is already including common/Semaphore has extra includes to make this compile. This reduces that dependancy
This commit is contained in:
parent
529903622d
commit
785c91e269
@ -27,6 +27,8 @@
|
|||||||
The WITH_SEMAPHORE() macro can be used with either type of semaphore
|
The WITH_SEMAPHORE() macro can be used with either type of semaphore
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <AP_HAL/Semaphores.h>
|
||||||
|
|
||||||
namespace AP_HAL {
|
namespace AP_HAL {
|
||||||
class Semaphore;
|
class Semaphore;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user