Browse Source

SITL: Directly include needed headers

master
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
fe279b03b6
  1. 1
      libraries/SITL/SIM_Aircraft.cpp

1
libraries/SITL/SIM_Aircraft.cpp

@ -31,6 +31,7 @@ @@ -31,6 +31,7 @@
#include <AP_Logger/AP_Logger.h>
#include <AP_Param/AP_Param.h>
#include <AP_Declination/AP_Declination.h>
using namespace SITL;

Loading…
Cancel
Save