summaryrefslogtreecommitdiffstats
path: root/src/coords.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/coords.rs')
-rw-r--r--src/coords.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coords.rs b/src/coords.rs
index cee89ee..c0adaed 100644
--- a/src/coords.rs
+++ b/src/coords.rs
@@ -2,6 +2,8 @@
use crate::distance::Value;
+use alloc::vec::Vec;
+
/// A coordinate space.
pub trait Coordinates {
/// The type of individual coordinates.