Browse Source

SITL: correct compilation for transitive include fail

mission-4.1.18
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
19fd133ef8
  1. 1
      libraries/SITL/SITL.h

1
libraries/SITL/SITL.h

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
#pragma once
#include <AP_Math/AP_Math.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
class DataFlash_Class;

Loading…
Cancel
Save