mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Replay: Included needed headers directly
This commit is contained in:
parent
fa6e43be77
commit
7ca6fd928e
@ -1,6 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "MsgHandler.h"
|
#include "MsgHandler.h"
|
||||||
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_GPS/AP_GPS.h>
|
#include <AP_GPS/AP_GPS.h>
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include "MsgHandler.h"
|
#include "MsgHandler.h"
|
||||||
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
|
|
||||||
void fatal(const char *msg) {
|
void fatal(const char *msg) {
|
||||||
::printf("%s",msg);
|
::printf("%s",msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user