Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 22, 2024
1 parent f9ba68b commit 7edf932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6303,6 +6303,7 @@ dependencies = [
name = "re_types_blueprint"
version = "0.21.0-alpha.1+dev"
dependencies = [
"arrow",
"once_cell",
"re_arrow2",
"re_tracing",
Expand Down
4 changes: 3 additions & 1 deletion crates/store/re_types_blueprint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ re_types.workspace = true
re_types_core.workspace = true

# External
arrow.workspace = true
arrow2 = { workspace = true, features = [
"arrow",
"compute_concatenate",
"io_ipc",
"io_print",
"compute_concatenate",
] }
once_cell.workspace = true

0 comments on commit 7edf932

Please sign in to comment.