diff options
Diffstat (limited to 'azalea-block/src')
| -rw-r--r-- | azalea-block/src/range.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-block/src/range.rs b/azalea-block/src/range.rs index cbe77284..183c3cc0 100644 --- a/azalea-block/src/range.rs +++ b/azalea-block/src/range.rs @@ -1,6 +1,7 @@ use std::{ collections::{HashSet, hash_set}, ops::{Add, RangeInclusive}, + sync::LazyLock, }; use crate::{BlockState, block_state::BlockStateIntegerRepr}; |
