Replay: Included needed headers directly

This commit is contained in:
Michael du Breuil 2019-08-27 13:26:26 -07:00 committed by Peter Barker
parent fa6e43be77
commit 7ca6fd928e
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include "MsgHandler.h"
#include <AP_AHRS/AP_AHRS.h>
#include <AP_GPS/AP_GPS.h>
#include <functional>

View File

@ -1,4 +1,5 @@
#include "MsgHandler.h"
#include <AP_AHRS/AP_AHRS.h>
void fatal(const char *msg) {
::printf("%s",msg);