mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -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
|
||||
*/
|
||||
|
||||
#include <AP_HAL/Semaphores.h>
|
||||
|
||||
namespace AP_HAL {
|
||||
class Semaphore;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user