aboutsummaryrefslogtreecommitdiff
path: root/src/grid/storage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/grid/storage.rs')
-rw-r--r--src/grid/storage.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grid/storage.rs b/src/grid/storage.rs
index 6a8253e3..19c1636d 100644
--- a/src/grid/storage.rs
+++ b/src/grid/storage.rs
@@ -14,6 +14,8 @@
use std::ops::{Index, IndexMut};
use std::slice;
+use static_assertions::assert_eq_size;
+
use crate::index::Line;
use super::Row;