AP_Math: adjust for Location_Class and Location unification

This commit is contained in:
Peter Barker 2019-01-02 14:11:50 +11:00 committed by Peter Barker
parent 30980815a8
commit 31fa9e582e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "AP_Math.h" #include "AP_Math.h"
#include "location.h" #include "location.h"
#include "AP_Common/Location.h"
float longitude_scale(const struct Location &loc) float longitude_scale(const struct Location &loc)
{ {