Browse Source

AP_Baro: Directly include needed headers

mission-4.1.18
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
5d888abfec
  1. 2
      libraries/AP_Baro/AP_Baro.cpp

2
libraries/AP_Baro/AP_Baro.cpp

@ -45,6 +45,8 @@ @@ -45,6 +45,8 @@
#include "AP_Baro_UAVCAN.h"
#endif
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Logger/AP_Logger.h>
#define INTERNAL_TEMPERATURE_CLAMP 35.0f

Loading…
Cancel
Save