Browse Source

AP_OSD: add include for WITH_SEMAPHORE

master
Peter Barker 6 years ago
parent
commit
41b6f30450
  1. 1
      libraries/AP_OSD/AP_OSD_SITL.cpp

1
libraries/AP_OSD/AP_OSD_SITL.cpp

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

Loading…
Cancel
Save