Browse Source

AP_AHRS: add missing include

master
Pierre Kancir 6 years ago committed by Tom Pittenger
parent
commit
ff5cedc49f
  1. 1
      libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.cpp

1
libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.cpp

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include <GCS_MAVLink/GCS_Dummy.h>
#include <AP_RangeFinder/AP_RangeFinder.h>
void setup();
void loop();

Loading…
Cancel
Save