From a369dabdfa83c1fab3c3313a4e5024e05e392bdc Mon Sep 17 00:00:00 2001 From: admar Date: Fri, 18 Feb 2022 20:15:48 +0100 Subject: [PATCH] Oops! Fixed the build --- src/position.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/position.rs b/src/position.rs index 1e4758c..76ade93 100644 --- a/src/position.rs +++ b/src/position.rs @@ -8,6 +8,8 @@ use cached::proc_macro::cached; use geocoding::{Forward, Openstreetmap, Point}; use rocket::tokio; +use std::f64::consts::PI; + /// A (geocoded) position. /// /// This is used for measuring and communication positions directly on the Earth as latitude and