Browse Source

Replay: Included needed headers directly

master
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
7ca6fd928e
  1. 1
      Tools/Replay/LR_MsgHandler.h
  2. 1
      Tools/Replay/MsgHandler.cpp

1
Tools/Replay/LR_MsgHandler.h

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

1
Tools/Replay/MsgHandler.cpp

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

Loading…
Cancel
Save