diff --git a/util/bigint/src/uint.rs b/util/bigint/src/uint.rs index 3997d2e66..3dfb9dd45 100644 --- a/util/bigint/src/uint.rs +++ b/util/bigint/src/uint.rs @@ -36,6 +36,7 @@ //! The functions here are designed to be fast. //! +use std::mem; use std::fmt; use std::cmp;