AP_OSD: add include for WITH_SEMAPHORE

This commit is contained in:
Peter Barker 2018-10-22 11:15:47 +11:00
parent 1c3d90d8b5
commit 41b6f30450
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#ifdef WITH_SITL_OSD
#include "AP_OSD_SITL.h"
#include <AP_Common/Semaphore.h>
#include <AP_HAL/Util.h>
#include <AP_HAL/Semaphores.h>
#include <AP_HAL/Scheduler.h>