Fix missing import

This commit is contained in:
Guillaume Lagrange 2024-06-06 09:01:09 -04:00
parent 1fc0197d0d
commit ad0ace3233
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
use core::{cmp::Ordering, marker::PhantomData};
use alloc::vec::Vec;
use num_traits::{Float, PrimInt};
use serde::{Deserialize, Serialize};