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

This commit is contained in:
Michael du Breuil 2019-06-26 19:37:34 -07:00 committed by Peter Barker
parent 1226eb825a
commit b7bca441e5
3 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

@ -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>