5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-10 09:58:28 -04:00

Replay: Fix AP_GPS.h include

This commit is contained in:
Michael du Breuil 2019-06-14 13:49:12 -07:00 committed by Andrew Tridgell
parent 4aa33bec49
commit 0e4b751786

View File

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