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
1 changed files with 1 additions and 0 deletions

View File

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