Browse Source

AP_Math: adjust for Location_Class and Location unification

mission-4.1.18
Peter Barker 6 years ago committed by Peter Barker
parent
commit
31fa9e582e
  1. 1
      libraries/AP_Math/location.cpp

1
libraries/AP_Math/location.cpp

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

Loading…
Cancel
Save