Skip to content

Commit 3261635

Browse files
committed
build-fix
1 parent f3b5a7b commit 3261635

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/store/re_types/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ pub mod external {
277277
pub use re_types_core;
278278

279279
pub use anyhow;
280+
pub use arrow;
280281
pub use arrow2;
281282
pub use ndarray;
282283
pub use uuid;

crates/store/re_types_core/src/size_bytes/arrow2_sizes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ fn test_arrow2_estimated_size_bytes() {
275275
offset::Offsets,
276276
};
277277
use std::mem::size_of;
278+
use std::sync::Arc;
278279

279280
// empty primitive array
280281
{

0 commit comments

Comments
 (0)