Browse Source

Plane: Include needed AP_Logger header

master
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
171f4ac3d3
  1. 1
      ArduPlane/GCS_Mavlink.h

1
ArduPlane/GCS_Mavlink.h

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
#pragma once
#include <GCS_MAVLink/GCS.h>
#include <AP_Logger/AP_Logger.h>
class GCS_MAVLINK_Plane : public GCS_MAVLINK
{

Loading…
Cancel
Save