Browse Source

SITL: Fix a number of includes that were coming in via AP_Airspeed

master
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
b7bca441e5
  1. 1
      libraries/SITL/SIM_Aircraft.h
  2. 2
      libraries/SITL/SIM_Gimbal.cpp
  3. 1
      libraries/SITL/SIM_Sailboat.cpp

1
libraries/SITL/SIM_Aircraft.h

@ -28,6 +28,7 @@ @@ -28,6 +28,7 @@
#include "SIM_Gripper_EPM.h"
#include "SIM_Parachute.h"
#include "SIM_Precland.h"
#include <Filter/Filter.h>
namespace SITL {

2
libraries/SITL/SIM_Gimbal.cpp

@ -22,6 +22,8 @@ @@ -22,6 +22,8 @@
#include "SIM_Aircraft.h"
#include <AP_InertialSensor/AP_InertialSensor.h>
extern const AP_HAL::HAL& hal;
namespace SITL {

1
libraries/SITL/SIM_Sailboat.cpp

@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
#include "SIM_Sailboat.h"
#include <AP_Math/AP_Math.h>
#include <AP_AHRS/AP_AHRS.h>
#include <string.h>
#include <stdio.h>

Loading…
Cancel
Save